show in the menu that a map was nominated by a leader
This commit is contained in:
parent
5855e49f78
commit
940b53fffc
@ -975,6 +975,8 @@ bool PopulateNominateListMenu(Menu menu, int client, const char[] filter = "")
|
|||||||
|
|
||||||
if(!owner)
|
if(!owner)
|
||||||
Format(display, sizeof(display), "%s (Admin)", display);
|
Format(display, sizeof(display), "%s (Admin)", display);
|
||||||
|
else if (Leader_Is(owner))
|
||||||
|
Format(display, sizeof(display), "%s (Leader)", display);
|
||||||
else
|
else
|
||||||
Format(display, sizeof(display), "%s (%i %s)", display, nominate_count_for_particular_map, spelling);
|
Format(display, sizeof(display), "%s (%i %s)", display, nominate_count_for_particular_map, spelling);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user