From: Mario Date: Thu, 5 Mar 2015 08:10:01 +0000 (+1100) Subject: Fix minor typo X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0ccdf914e21e0228139284b25347dae9fe667f03;p=xonotic%2Fxonotic-data.pk3dir.git Fix minor typo --- diff --git a/qcsrc/server/jeff.qc b/qcsrc/server/jeff.qc index e4f256e30..83c45abf8 100644 --- a/qcsrc/server/jeff.qc +++ b/qcsrc/server/jeff.qc @@ -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; }