]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_damage.qc
Add Arena to the mutator system, making use of round_handler. Also add support for...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_damage.qc
index 0528c7dbcf6867e71982e60c3a0c65c9849e768f..b2da5df1a53b3ff1ae4d755fe10de177a4719e7a 100644 (file)
@@ -131,9 +131,6 @@ void GiveFrags (entity attacker, entity targ, float f, float deathtype)
 
        PlayerScore_Add(targ, SP_DEATHS, 1);
 
-       if(g_arena && arena_roundbased)
-               return;
-
        if(targ != attacker) // not for suicides
        if(g_weaponarena_random)
        {