fix: potential exploit

This commit is contained in:
Linventif 2025-03-11 21:21:43 +00:00
parent 06efe727e2
commit 3ebd9c0989

View File

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