Lowered sv_maxspeed to avoid acceleration issue.

This commit is contained in:
Richard Helgeby 2010-08-28 21:17:13 +02:00
parent 29b00035be
commit c7959c7f21

View File

@ -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: "1000"
sv_maxspeed 1000
// Default: "500"
sv_maxspeed 500
// Amount of time, in minutes, zombies have to infect all humans.
// Default: "5"