]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Use the id when centerprinting this warning msg, it was spammy since I removed the...
authorterencehill <piuntn@gmail.com>
Fri, 1 Jul 2011 18:02:11 +0000 (20:02 +0200)
committerterencehill <piuntn@gmail.com>
Fri, 1 Jul 2011 18:02:11 +0000 (20:02 +0200)
qcsrc/server/arena.qc

index 61de86157858365a885cf8569e89f85703949fe5..1cc418d3803123ff1cb29ed2c6badec68179731d 100644 (file)
@@ -395,7 +395,7 @@ void Spawnqueue_Check()
                        if (time > warntime)
                        {
                                FOR_EACH_PLAYER(self)
-                                       centerprint(self, "^1Need at least 1 player in each team to play CA");
+                                       Send_CSQC_Centerprint_Generic(self, CPID_ROUND_STARTING, "^1Need at least 1 player in each team to play CA", 2, 0);
                                warntime = time + 1;
                        }
                        return;