mce: mistakes happen....I guess :D
This commit is contained in:
parent
0130a0d5f8
commit
b9ea40015a
@ -1696,7 +1696,7 @@ void CreateNextVote()
|
||||
b = GetRandomInt(0, GetArraySize(tempMaps) - 1);
|
||||
GetArrayString(tempMaps, b, map, PLATFORM_MAX_PATH);
|
||||
|
||||
if(!InternalGetMapVIPRestriction(map))
|
||||
if(InternalGetMapVIPRestriction(map))
|
||||
continue;
|
||||
|
||||
if(InternalGetMapTimeRestriction(map) != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user