This website requires JavaScript.
Explore
Help
Sign In
Syntax
/
Clients
Watch
1
Star
0
Fork
You've already forked Clients
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
90687b56a4
Clients
/
Client2018
/
content
/
internal
/
Chat
/
Modules
/
LuaChat
/
Utils
/
truncateAssetLink.lua
3 lines
67 B
Lua
Raw
Blame
History
return
function
(
gameUrl
)
return
string.match
(
gameUrl
,
"
.*%d+
"
)
end
Reference in New Issue
View Git Blame
Copy Permalink