Make beds not skip night if nobody is online

This commit is contained in:
Novatux 2015-05-14 14:41:26 +02:00
parent 46c6154444
commit 3669ca0a83
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ local function check_in_beds(players)
end
end
return true
return #players > 0
end
local function lay_down(player, pos, bed_pos, state, skip)