forked from thunderdog1138/star_wars
Fix beds being undiggable after laying down
This commit is contained in:
parent
eaf6eac723
commit
e3cd961a15
|
@ -59,6 +59,7 @@ local function lay_down(player, pos, bed_pos, state, skip)
|
||||||
if state ~= nil and not state then
|
if state ~= nil and not state then
|
||||||
local p = beds.pos[name] or nil
|
local p = beds.pos[name] or nil
|
||||||
beds.player[name] = nil
|
beds.player[name] = nil
|
||||||
|
beds.bed_position[name] = nil
|
||||||
-- skip here to prevent sending player specific changes (used for leaving players)
|
-- skip here to prevent sending player specific changes (used for leaving players)
|
||||||
if skip then
|
if skip then
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue