From b9ea40015a97ff33bdf9fc79d02dc0ebe57c6f41 Mon Sep 17 00:00:00 2001 From: neon <> Date: Thu, 27 Sep 2018 10:56:37 +0200 Subject: [PATCH] mce: mistakes happen....I guess :D --- mapchooser_extended/scripting/mapchooser_extended.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapchooser_extended/scripting/mapchooser_extended.sp b/mapchooser_extended/scripting/mapchooser_extended.sp index ab67148..69f1081 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)