]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/arena.qc
Unify series of countdown messages in one message. Also now the messages can be displ...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / arena.qc
index 681e86fa0f5c08637e32a5308fdfbfea1ca4920c..6072c15121fa037c32a660714328d5394069c0a6 100644 (file)
@@ -231,11 +231,9 @@ void Arena_Warmup()
                        allowed_to_spawn = 1;
                if(champion && g_arena)
                        msg = strcat("The Champion is ", champion_name, "^7\n");
-                       //centerprint(self, strcat(msg, "The Champion is ", champion.netname, "^7\n"));
 
                if(f != roundStartTime_prev) {
-                       msg = strcat(msg, "Round will start in ", ftos(f),"\n");
-                       //centerprint(self, strcat("Round will start in ", ftos(f),"\n"));
+                       msg = strcat(CPID_ROUND_STARTING, msg, "Round will start in ", ftos(f),"\n");
                        roundStartTime_prev = f;
                        if(f == 5)
                                Announce("prepareforbattle");