no more whitespace

This commit is contained in:
ElCeejo 2021-04-11 11:25:20 -07:00 committed by GitHub
parent 84df4274cc
commit 42dca5cbe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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