From 6338b2c7e37003e5afd6f617b9bae55db61bff1c Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Wed, 28 Sep 2022 10:59:56 +0100 Subject: [PATCH] fix indentation --- functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.lua b/functions.lua index bd96356..9d41315 100644 --- a/functions.lua +++ b/functions.lua @@ -254,7 +254,7 @@ function beds.on_rightclick(pos, player) local ppos = player:get_pos() 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 lay_down(player, nil, nil, false)