From: terencehill Date: Wed, 21 Jan 2015 23:22:00 +0000 (+0100) Subject: Block players while the countdown to game start is going even if sv_ready_restart_aft... X-Git-Tag: xonotic-v0.8.1~152^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1ab9f872068c6bc3d10763225fb9bc4c637716af;p=xonotic%2Fxonotic-data.pk3dir.git Block players while the countdown to game start is going even if sv_ready_restart_after_countdown is enabled --- diff --git a/qcsrc/server/cl_physics.qc b/qcsrc/server/cl_physics.qc index bf555d4fc..fb283bb2a 100644 --- a/qcsrc/server/cl_physics.qc +++ b/qcsrc/server/cl_physics.qc @@ -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;