mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-11-21 00:15:23 +01:00
Disallow digging a bed if in use
Use a new table beds.bed_position to check if a bed is in use.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
beds = {}
|
||||
beds.player = {}
|
||||
beds.bed_position = {}
|
||||
beds.pos = {}
|
||||
beds.spawn = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user