forked from TeamUlysses/ulx
improve map voting with lower player count dealing with afk'ers
This commit is contained in:
parent
9a2c96fc81
commit
e8725048bc
@ -6,7 +6,7 @@ local function svotemap()
|
||||
if ((votemap ~= nil) and (votemap2 ~= nil)) then
|
||||
local plys = player.GetHumans()
|
||||
|
||||
if #plys == 2 then
|
||||
if #plys == 2 or #plys == 3 then
|
||||
votemap:SetInt(2)
|
||||
votemap2:SetInt(2)
|
||||
elseif #plys <= 1 then
|
||||
|
Loading…
Reference in New Issue
Block a user