mapchooser: Replace existing map entry from exclusion list (#1184)
This commit is contained in:
parent
a1ed47be87
commit
68e45f3583
@ -257,6 +257,7 @@ public void OnMapEnd()
|
||||
|
||||
char map[PLATFORM_MAX_PATH];
|
||||
GetCurrentMap(map, sizeof(map));
|
||||
RemoveStringFromArray(g_OldMapList, map);
|
||||
g_OldMapList.PushString(map);
|
||||
|
||||
if (g_OldMapList.Length > g_Cvar_ExcludeMaps.IntValue)
|
||||
|
Loading…
Reference in New Issue
Block a user