From 7db16d3fc27948eedd26d3a3bc10ef3fcf8276fb Mon Sep 17 00:00:00 2001 From: neon Date: Tue, 2 Oct 2018 12:19:36 +0200 Subject: [PATCH] mce: RNG was not on our side in the mornings :/ --- 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 69f10811..2fb44999 100644 --- a/mapchooser_extended/scripting/mapchooser_extended.sp +++ b/mapchooser_extended/scripting/mapchooser_extended.sp @@ -1691,7 +1691,7 @@ void CreateNextVote() for(int i = 0; i < limit; i++) { int b; - for(int j = 0; j < 10; j++) + for(int j = 0; j < 1000; j++) { b = GetRandomInt(0, GetArraySize(tempMaps) - 1); GetArrayString(tempMaps, b, map, PLATFORM_MAX_PATH);