forked from UNLOZE/sm-plugins
forgot adding () around the message
This commit is contained in:
@@ -1278,7 +1278,7 @@ public int Handler_MapSelectMenu(Menu menu, MenuAction action, int param1, int p
|
|||||||
int AverageHourRestricted = GetAveragePlayerTimeOnServerMapRestriction(map);
|
int AverageHourRestricted = GetAveragePlayerTimeOnServerMapRestriction(map);
|
||||||
if (AverageHourRestricted > 0)
|
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);
|
return RedrawMenuItem(display);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user