From d490d8cbaad728a67175446d8cade42114331a99 Mon Sep 17 00:00:00 2001 From: edshot99 Date: Fri, 29 Nov 2024 02:02:34 -0600 Subject: [PATCH] Revert "improve map voting with lower player count dealing with afk'ers" This reverts commit e8725048bc9cb1875368bf8271d454cdf2673a5d. --- lua/autorun/server/svotemap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/autorun/server/svotemap.lua b/lua/autorun/server/svotemap.lua index bdfa58a..4a2f3c6 100644 --- a/lua/autorun/server/svotemap.lua +++ b/lua/autorun/server/svotemap.lua @@ -6,7 +6,7 @@ local function svotemap() if ((votemap ~= nil) and (votemap2 ~= nil)) then local plys = player.GetHumans() - if #plys == 2 or #plys == 3 then + if #plys == 2 then votemap:SetInt(2) votemap2:SetInt(2) elseif #plys <= 1 then