mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-23 00:20:17 +01:00
no need to save entity if we dont remove it for some reason - crashes, etc
This commit is contained in:
parent
7333ac8723
commit
08434bbd42
@ -87,6 +87,7 @@ minetest.register_entity("homedecor_seating:seat", {
|
||||
textures = {"blank.png", "blank.png", "blank.png", "blank.png", "blank.png", "blank.png"},
|
||||
collisionbox = { -0.01, -0.01, -0.01, 0.01, 0.01, 0.01 },
|
||||
selectionbox = { -0.01, -0.01, -0.01, 0.01, 0.01, 0.01, rotate = false },
|
||||
static_save = false,
|
||||
},
|
||||
on_punch = function(self)
|
||||
self.object:remove()
|
||||
|
Loading…
Reference in New Issue
Block a user