]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/round_handler.qc
Move game_stopped setting to game modes that want it
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / round_handler.qc
index fc2c44e5af7d5118cea2786daa9facb91f569cba..786635af07e4b145383f91ea9d2d325b8670a3d1 100644 (file)
@@ -58,7 +58,6 @@ void round_handler_Think(entity this)
                        // schedule a new round
                        this.wait = true;
                        this.nextthink = time + this.delay;
-                       //game_stopped = true; // not all modes actually pause during round intermission
                }
                else
                {