Merge pull request #97 from WardenPotato/master

Fix clReady exploit
This commit is contained in:
SticklyMan 2024-02-22 09:06:06 -07:00 committed by GitHub
commit ccca4fbd46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,6 +97,7 @@ if not ULib then
end
local function clReady( ply )
if ply.ulib_ready then return end
ply.ulib_ready = true
hook.Call( ULib.HOOK_LOCALPLAYERREADY, _, ply )
end