mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 07:08:06 -05:00
Grief: remove downed score restore on round reset
This commit is contained in:
@ -470,6 +470,9 @@ round_end(winner, force_win)
|
||||
players = get_players();
|
||||
foreach(player in players)
|
||||
{
|
||||
// don't give score back from down
|
||||
player.pers["score"] = player.score;
|
||||
|
||||
if(is_player_valid(player))
|
||||
{
|
||||
// don't give perk
|
||||
|
Reference in New Issue
Block a user