Lowered sv_maxspeed to work around a CS:S bug with spectator. Fixed a rare case where removing weapons didn't work.
This commit is contained in:
@ -12,8 +12,8 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// The max speed of any player in the server (250 is normal speed). This is just a speed limit, and not the real players' speed.
|
||||
// Default: "2000"
|
||||
sv_maxspeed 2000
|
||||
// Default: "1000"
|
||||
sv_maxspeed 1000
|
||||
|
||||
// Amount of time, in minutes, zombies have to infect all humans.
|
||||
// Default: "5"
|
||||
|
Reference in New Issue
Block a user