mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-14 18:12:30 +01:00
Sleep takes 5 seconds instead of 2
This commit is contained in:
@ -242,7 +242,7 @@ function mcl_beds.on_rightclick(pos, player)
|
||||
|
||||
-- skip the night and let all players stand up
|
||||
if check_in_beds() then
|
||||
minetest.after(2, function()
|
||||
minetest.after(5, function()
|
||||
if not is_sp then
|
||||
update_formspecs(is_night_skip_enabled())
|
||||
end
|
||||
|
Reference in New Issue
Block a user