mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 11:07:34 +00:00
fix: potential exploit
This commit is contained in:
parent
06efe727e2
commit
3ebd9c0989
|
@ -25,6 +25,7 @@ end
|
|||
|
||||
local netReceive = {
|
||||
[0] = function(ply, data)
|
||||
if ply.gmIntIsReady then return end
|
||||
ply.branch = data.branch
|
||||
hook.Run("gmInte:PlayerReady", ply)
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue
Block a user