From f6b8278fd8b4b94f7687508d6fcc0698563eee8b Mon Sep 17 00:00:00 2001 From: stickz Date: Sun, 9 Aug 2020 15:18:39 -0400 Subject: [PATCH] Remove whitespace --- plugins/mapchooser.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mapchooser.sp b/plugins/mapchooser.sp index 115b672ed..17db82d23 100644 --- a/plugins/mapchooser.sp +++ b/plugins/mapchooser.sp @@ -1007,7 +1007,7 @@ void CreateNextVote() g_OldMapList.GetString(i, map, sizeof(map)); RemoveStringFromArray(tempMaps, map); } - + int limit = (g_Cvar_IncludeMaxMaps.IntValue < tempMaps.Length ? g_Cvar_IncludeMaxMaps.IntValue : tempMaps.Length); for (int i = 0; i < limit; i++) {