From: Paramat Date: Sat, 23 Mar 2019 23:12:44 +0000 (+0000) Subject: Fix beds being undiggable after laying down X-Git-Tag: 5.1.0~76 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e3cd961a15e12388a617c7130b78dddcf6548ffb;p=oweals%2Fminetest_game.git Fix beds being undiggable after laying down --- diff --git a/mods/beds/functions.lua b/mods/beds/functions.lua index 64c6288e..ae632a98 100644 --- a/mods/beds/functions.lua +++ b/mods/beds/functions.lua @@ -59,6 +59,7 @@ local function lay_down(player, pos, bed_pos, state, skip) if state ~= nil and not state then local p = beds.pos[name] or nil beds.player[name] = nil + beds.bed_position[name] = nil -- skip here to prevent sending player specific changes (used for leaving players) if skip then return