]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_damage.qc
Remove unnecessary returns
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_damage.qc
index 7bb41c6d2b306e6875fb025a695787f1064b4765..beaf7805a28f5d3f9778707fc9996fc031455ffe 100644 (file)
@@ -103,9 +103,7 @@ void GiveFrags (entity attacker, entity targ, float f, int deathtype)
 
        // FIXME fix the mess this is (we have REAL points now!)
        if(MUTATOR_CALLHOOK(GiveFragsForKill, attacker, targ, f))
-       {
                f = M_ARGV(2, float);
-       }
 
        attacker.totalfrags += f;