mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-19 03:28:38 -05:00
Encounter: allow middle vote option to win tie vote
This commit is contained in:
@ -626,11 +626,6 @@ get_map_winner()
|
||||
}
|
||||
}
|
||||
|
||||
if (winner_ind.size > 1 && isInArray(winner_ind, 1))
|
||||
{
|
||||
arrayRemoveValue(winner_ind, 1);
|
||||
}
|
||||
|
||||
return random(winner_ind);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user