Swap g_altExcellent with g_multiKill

This commit is contained in:
Izuru Yakumo
2025-07-15 15:51:59 -03:00
parent 603c2d65e6
commit cf31d9ac2b
5 changed files with 10 additions and 10 deletions

View File

@@ -705,7 +705,7 @@ void player_die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, int
if ( level.time - attacker->client->lastKillTime < CARNAGE_REWARD_TIME ) {
// KK-OAX
// Check if Multikills are enabled
if( g_altExcellent.integer ) {
if( g_multiKill.integer ) {
attacker->client->pers.multiKillCount++;
G_checkForMultiKill( attacker );
} // play excellent on player