forked from UNLOZE/sm-plugins
removed that mapleaders automatically just get 999 votes
This commit is contained in:
@@ -942,10 +942,6 @@ bool PopulateNominateListMenu(Menu menu, int client, const char[] filter = "")
|
||||
{
|
||||
nominate_count_for_particular_map = 1999;
|
||||
}
|
||||
else if(Leader_Is(owner))
|
||||
{
|
||||
nominate_count_for_particular_map = 999;
|
||||
}
|
||||
else
|
||||
{
|
||||
int nominate_worth = RoundToFloor(GetPlayerWorthRTV_boost_(owner));
|
||||
@@ -991,10 +987,6 @@ bool PopulateNominateListMenu(Menu menu, int client, const char[] filter = "")
|
||||
|
||||
if(!owner)
|
||||
Format(display, sizeof(display), "%s (Admin)", display);
|
||||
else if (Leader_Is(owner))
|
||||
{
|
||||
Format(display, sizeof(display), "%s (Mapleader)", display);
|
||||
}
|
||||
else
|
||||
Format(display, sizeof(display), "%s (%i %s)", display, nominate_count_for_particular_map, spelling);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user