forgot adding () around the message
This commit is contained in:
parent
1c4f1d532c
commit
1e82a10795
@ -1278,7 +1278,7 @@ public int Handler_MapSelectMenu(Menu menu, MenuAction action, int param1, int p
|
||||
int AverageHourRestricted = GetAveragePlayerTimeOnServerMapRestriction(map);
|
||||
if (AverageHourRestricted > 0)
|
||||
{
|
||||
Format(display, sizeof(display), "%s requires +%i hours average.", map, AverageHourRestricted);
|
||||
Format(display, sizeof(display), "%s (requires +%i hours average.)", map, AverageHourRestricted);
|
||||
return RedrawMenuItem(display);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user