fix: func global -> gmInte.func

This commit is contained in:
Linventif 2024-07-17 21:06:06 +00:00
parent bcbcd03323
commit 8a90793b47

View File

@ -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,