From 1ab9f872068c6bc3d10763225fb9bc4c637716af Mon Sep 17 00:00:00 2001 From: terencehill Date: Thu, 22 Jan 2015 00:22:00 +0100 Subject: [PATCH] Block players while the countdown to game start is going even if sv_ready_restart_after_countdown is enabled --- qcsrc/server/cl_physics.qc | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2