]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix minor typo
authorMario <zacjardine@y7mail.com>
Thu, 5 Mar 2015 08:10:01 +0000 (19:10 +1100)
committerMario <zacjardine@y7mail.com>
Thu, 5 Mar 2015 08:10:01 +0000 (19:10 +1100)
qcsrc/server/jeff.qc

index e4f256e3068f9ffce2e110e04a5d262aa04776cb..83c45abf862e7554157c07dfd7adcae9a710bb4e 100644 (file)
@@ -120,7 +120,7 @@ void jeff_Announcer_PlayerDies(entity attacker, float deathtype, entity targ, en
                break;
        }
 
-       if(deathtype == DEATH_NADE) { attacker.nadekill_count ++ 1; }
+       if(deathtype == DEATH_NADE) { attacker.nadekill_count += 1; }
        else { attacker.nadekill_count = 0; }
 
        if(DEATH_ISWEAPON(deathtype, WEP_DEVASTATOR)) { attacker.rocketkill_count += 1; }