]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge remote-tracking branch 'origin/TimePath/experiments/csqc_prediction' into TimeP...
authorTimePath <andrew.hardaker1995@gmail.com>
Mon, 2 Feb 2015 09:02:30 +0000 (20:02 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Mon, 2 Feb 2015 09:02:30 +0000 (20:02 +1100)
qcsrc/common/physics.qc

index 8e572645c6cc5e467219493c59511f3222b4c539..b8fdb1a6c838b8415b41481f38f7733c1a1d1811 100644 (file)
@@ -1739,9 +1739,8 @@ void PM_Main()
                        not_allowed_to_move = 1;
 #endif
 #ifdef SVQC
-               if (!autocvar_sv_ready_restart_after_countdown)
-                       if (time < game_starttime)
-                               not_allowed_to_move = 1;
+               if (time < game_starttime)
+                       not_allowed_to_move = 1;
 #endif
 
                if (not_allowed_to_move)