From 42dca5cbe62c6f489be8643e7c168b1f36bbb4ae Mon Sep 17 00:00:00 2001 From: ElCeejo <40281901+ElCeejo@users.noreply.github.com> Date: Sun, 11 Apr 2021 11:25:20 -0700 Subject: [PATCH] no more whitespace --- mods/beds/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/beds/functions.lua b/mods/beds/functions.lua index fa88680f..ddac52be 100644 --- a/mods/beds/functions.lua +++ b/mods/beds/functions.lua @@ -101,7 +101,7 @@ local function lay_down(player, pos, bed_pos, state, skip) minetest.chat_send_player(name, S("You have to stop moving before going to bed!")) return false end - + -- Check if player is attached to an object if player:get_attach() then return false