diff --git a/src/k_battle.c b/src/k_battle.c index 301eb81ab..9aef1c107 100644 --- a/src/k_battle.c +++ b/src/k_battle.c @@ -168,7 +168,7 @@ void K_CheckEmeralds(player_t *player) return; } - player->roundscore++; // lol + player->roundscore = 100; // lmao for (i = 0; i < MAXPLAYERS; i++) { @@ -177,11 +177,6 @@ void K_CheckEmeralds(player_t *player) continue; } - if (&players[i] == player) - { - continue; - } - P_DoPlayerExit(&players[i]); } }