]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_player.qc
Fix this bug: playing Arena the field score is never updated in the scoreboard. The...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_player.qc
index 3911ffecb89a5db3921992c8f729f91808f08dfa..2fe7d512089e9e655b9d5a51491d03bb5ff53a73 100644 (file)
@@ -433,7 +433,7 @@ void PlayerDamage (entity inflictor, entity attacker, float damage, float deatht
        else
                Violence_GibSplash_At(hitloc, force, 2, bound(0, damage, 200) / 16, self, attacker);
 
-       if((g_arena && numspawned < 2) || (g_ca && player_cnt < required_ca_players) && !inWarmupStage)
+       if((g_arena && numspawned < 2) || (g_ca && ca_players < required_ca_players) && !inWarmupStage)
                return;
 
        if (!g_minstagib)