MCE: oops

This commit is contained in:
neon 2019-08-19 10:55:35 +02:00
parent 94d21d45e9
commit de29190f36

View File

@ -1597,11 +1597,7 @@ void CreateNextVote()
GetArrayString(tempMaps, b, map, PLATFORM_MAX_PATH);
if(!InternalAreRestrictionsActive())
{
PushArrayString(g_NextMapList, map);
RemoveFromArray(tempMaps, b);
break;
}
if(InternalGetMapVIPRestriction(map))
continue;