updated fakeclients slightly and changed mapchooser for loops to not miss the last client

This commit is contained in:
jenz
2026-03-27 17:34:04 +01:00
parent 6a5cbf74f1
commit 6790e463fc
4 changed files with 30 additions and 18 deletions
@@ -837,7 +837,7 @@ bool PopulateNominateListMenu(Menu menu, int client, const char[] filter = "")
else
{
int nominate_worth = GetPlayerWorthRTV_boost_(owner);
//atm everybody just has equal voting again, so this is just += 1
//2026 march: the boosting can now range from 1 to 2. so for most its +=1 and for a few +=2.
nominate_count_for_particular_map += nominate_worth;
}
sm.SetValue(map, nominate_count_for_particular_map, true);