]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Block players while the countdown to game start is going even if sv_ready_restart_aft...
authorterencehill <piuntn@gmail.com>
Wed, 21 Jan 2015 23:22:00 +0000 (00:22 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 21 Jan 2015 23:22:00 +0000 (00:22 +0100)
qcsrc/server/cl_physics.qc

index bf555d4fcd173d4fa245f1635d7c610594c7d45e..fb283bb2a3a488b0bc8bc6d2ed627d7f6917c26a 100644 (file)
@@ -794,7 +794,6 @@ void SV_PlayerPhysics()
                not_allowed_to_move = 0;
                if(self.race_penalty)
                        not_allowed_to_move = 1;
-               if(!autocvar_sv_ready_restart_after_countdown)
                if(time < game_starttime)
                        not_allowed_to_move = 1;