mirror of
https://github.com/Aaron113/urs.git
synced 2025-03-04 03:13:11 -05:00
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:
parent
adc901a4c5
commit
b62db660e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user