forked from UNLOZE/sm-plugins
show in the menu that a map was nominated by a leader
This commit is contained in:
@@ -975,6 +975,8 @@ 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 (Leader)", display);
|
||||
else
|
||||
Format(display, sizeof(display), "%s (%i %s)", display, nominate_count_for_particular_map, spelling);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user