fix indentation

This commit is contained in:
tenplus1 2022-09-28 10:59:56 +01:00
parent 2e965632e9
commit 6338b2c7e3

View File

@ -254,7 +254,7 @@ function beds.on_rightclick(pos, player)
local ppos = player:get_pos() local ppos = player:get_pos()
local tod = minetest.get_timeofday() local tod = minetest.get_timeofday()
if tod > beds.day_interval.start and tod < beds.day_interval.finish then if tod > beds.day_interval.start and tod < beds.day_interval.finish then
if beds.player[name] then if beds.player[name] then
lay_down(player, nil, nil, false) lay_down(player, nil, nil, false)