Skip to content

Commit 3669ca0

Browse files
committedMay 14, 2015
Make beds not skip night if nobody is online
1 parent 46c6154 commit 3669ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎mods/beds/functions.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ local function check_in_beds(players)
3434
end
3535
end
3636

37-
return true
37+
return #players > 0
3838
end
3939

4040
local function lay_down(player, pos, bed_pos, state, skip)

0 commit comments

Comments
 (0)
Please sign in to comment.