mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
change tier default to 0
This commit is contained in:
parent
cfbc059aab
commit
776832683d
@ -1050,7 +1050,7 @@ void CreateNominateMenu()
|
||||
char mapdisplay2[PLATFORM_MAX_PATH + 32];
|
||||
GetMapDisplayName(mapname, mapdisplay, sizeof(mapdisplay));
|
||||
|
||||
int tier = 1;
|
||||
int tier = 0;
|
||||
tiersMap.GetValue(mapdisplay, tier);
|
||||
|
||||
FormatEx(mapdisplay2, sizeof(mapdisplay2), "%s | T%i", mapdisplay, tier);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user