1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-29 21:30:26 +02:00

Reset spawn position on bed destruction

This commit is contained in:
DS
2020-01-26 18:59:44 +01:00
committed by SmallJoker
parent eac4795326
commit 176ddba176
2 changed files with 11 additions and 0 deletions

View File

@ -17,6 +17,8 @@ local function destruct_bed(pos, n)
reverse = not reverse
minetest.remove_node(other)
minetest.check_for_falling(other)
beds.remove_spawns_at(pos)
beds.remove_spawns_at(other)
else
reverse = not reverse
end