forked from UNLOZE/sm-plugins
updated fakeclients slightly and changed mapchooser for loops to not miss the last client
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user