This commit is contained in:
neon
2018-09-23 18:36:59 +02:00
parent 92d33a1b0c
commit a66678bce3
3 changed files with 25 additions and 0 deletions
@@ -1526,6 +1526,10 @@ public int Handler_MapVoteMenu(Handle menu, MenuAction action, int param1, int p
{
Format(buffer, sizeof(buffer), "%T", "Custom", param1, map);
}
else if(GetMapVIPRestriction(map))
{
Format(buffer, sizeof(buffer), "%s (%T)", map, "VIP Nomination", param1);
}
}
if(buffer[0] != '\0')