]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix missing semi-colon
authorMario <mario.mario@y7mail.com>
Sat, 26 Jan 2013 03:40:53 +0000 (14:40 +1100)
committerMario <mario.mario@y7mail.com>
Sat, 26 Jan 2013 03:40:53 +0000 (14:40 +1100)
qcsrc/server/w_minstanex.qc

index 123f8979e6a1ce76fccd83e74a35801c0b4d5df8..68d1291684fd001c10519fa03f0876f49d992bc4 100644 (file)
@@ -27,7 +27,7 @@ void W_MinstaNex_Attack (void)
        }
        if(damage_goodhits && self.minstanex_lasthit)
        {
-               AnnounceTo(self, "impressive")
+               AnnounceTo(self, "impressive");
                damage_goodhits = 0; // only every second time
        }