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