Revert "improve map voting with lower player count dealing with afk'ers"

This reverts commit e8725048bc.
This commit is contained in:
edshot99 2024-11-29 02:02:34 -06:00
parent 02ecd19a48
commit d490d8cbaa

View File

@ -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