* Limits beyond sbox no longer supported (requires overwrite of gamemode functions which can get messy)

This commit is contained in:
Aaron 2015-03-10 12:02:17 -05:00
parent 18374ad242
commit ba7d92c203

View File

@ -62,8 +62,6 @@ function URS.Check(ply, type, what)
ply:LimitHit( type .."s" )
return false
end
else
return true -- return true to overwrite existing sbox limits
end
end
end