]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/round_handler.qc
Fix sv_cmd bbox output (missing newlines)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / round_handler.qc
index c26bf629c7d8dd4235e7c9d65d1736502b07bc6a..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;
                }
                else
                {