]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix typo
authorterencehill <piuntn@gmail.com>
Sat, 25 Jun 2011 17:53:17 +0000 (19:53 +0200)
committerterencehill <piuntn@gmail.com>
Sat, 25 Jun 2011 17:53:17 +0000 (19:53 +0200)
qcsrc/server/w_minstanex.qc

index 403c7acd510acb51bdae894be8b979e6667faea7..718dd557519601e20d9ea75f8428f42af47c8df4 100644 (file)
@@ -155,7 +155,7 @@ void minstagib_ammocheck(void)
                }
                else if (self.health == 90)
                {
-                       Send_CSQC_Centerprint_Generic(self, CPID_MINSTA_FINDAMMO, "^1%d^7 second left to find some ammo", 1, 9);
+                       Send_CSQC_Centerprint_Generic(self, CPID_MINSTA_FINDAMMO, "^1%d^7 seconds left to find some ammo", 1, 9);
                        Damage(self, self, self, 10, DEATH_NOAMMO, self.origin, '0 0 0');
                        AnnounceTo(self, "9");
                }