mirror of
https://github.com/gmod-integration/lua.git
synced 2025-06-15 23:14:00 +00:00
fix: token not send to client
This commit is contained in:
parent
423ca3175a
commit
b322f58a70
|
@ -37,5 +37,5 @@ function gmInte.sendPlayerToken(ply)
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
hook.Add("gmInte:PlayerReady", "gmInte:Verif:PlayerReady", function(ply) gmInte.sendPlayerToken(ply) end)
|
hook.Add("gmInte:PlayerReady", "gmInte:PlayerReady:SendToken", function(ply) gmInte.sendPlayerToken(ply) end)
|
||||||
hook.Add("Initialize", "gmInte:Server:Initialize:GetPublicToken", function() timer.Simple(1, function() gmInte.getPublicServerToken(function(publicToken) gmInte.log("Server Public Token Received: " .. publicToken) end) end) end)
|
hook.Add("Initialize", "gmInte:Server:Initialize:GetPublicToken", function() timer.Simple(1, function() gmInte.getPublicServerToken(function(publicToken) gmInte.log("Server Public Token Received: " .. publicToken) end) end) end)
|
Loading…
Reference in New Issue
Block a user