mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:27:34 +00:00
fix: func global -> gmInte.func
This commit is contained in:
parent
bcbcd03323
commit
8a90793b47
|
@ -29,7 +29,7 @@ function gmInte.getPlayerTempToken(ply, callback)
|
|||
end)
|
||||
end
|
||||
|
||||
function sendPlayerToken(ply)
|
||||
function gmInte.sendPlayerToken(ply)
|
||||
gmInte.getPlayerTempToken(ply, function(token)
|
||||
gmInte.SendNet("savePlayerToken", {
|
||||
token = token,
|
||||
|
|
Loading…
Reference in New Issue
Block a user