diff --git a/mapchooser_extended/scripting/mapchooser_extended.sp b/mapchooser_extended/scripting/mapchooser_extended.sp index ab67148e..69f10811 100644 --- a/mapchooser_extended/scripting/mapchooser_extended.sp +++ b/mapchooser_extended/scripting/mapchooser_extended.sp @@ -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)