forked from TeamUlysses/ulx
Revert "improve map voting with lower player count dealing with afk'ers"
This reverts commit e8725048bc
.
This commit is contained in:
parent
02ecd19a48
commit
d490d8cbaa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user