mirror of
https://github.com/CapsAdmin/pac3.git
synced 2025-03-04 03:03:01 -05:00
Move into server block
This commit is contained in:
parent
fe292ceaf5
commit
615e0bf827
@ -65,9 +65,9 @@ function emut.MutateEntity(owner, class_name, ent, ...)
|
||||
return
|
||||
end
|
||||
|
||||
if pace.IsBanned(owner) then return end
|
||||
|
||||
if SERVER then
|
||||
if pace.IsBanned(owner) then return end
|
||||
|
||||
if not override_enabled then
|
||||
if owner:IsPlayer() and not emut.registered_mutators[class_name].cvar:GetBool() then
|
||||
pac.Message(owner, "tried to set size when it's disabled")
|
||||
|
Loading…
Reference in New Issue
Block a user