Skip to content
Snippets Groups Projects
Commit 3669ca0a authored by Novatux's avatar Novatux
Browse files

Make beds not skip night if nobody is online

parent 46c61544
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment