Temporary fix for sbox overwriting

Sbox overwriting has to return true and so it can break other scrips.  Leave sbox overwriting disabled and just increase sbox limit.  Then limit every rank for time being.
This commit is contained in:
Aaron 2015-03-13 00:43:28 -05:00
parent adc901a4c5
commit b62db660e3

View File

@ -14,7 +14,7 @@ if SERVER then
URS.cfg.weaponPickups = ulx.convar("urs_weaponpickups", 2)
URS.cfg.echoSpawns = ulx.convar("urs_echo_spawns", 1)
URS.cfg.echoCommands = ulx.convar("urs_echo_commands", 1)
URS.cfg.overwriteSbox = ulx.convar("urs_overwrite_sbox", 1)
URS.cfg.overwriteSbox = ulx.convar("urs_overwrite_sbox", 0)
URS.Load()
end