mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-23 07:35:16 +02:00
Fix old itemframes sometimes spawning 2 entities
This commit is contained in:
parent
ff3fedb071
commit
5599ce82a0
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
local entity_stub = {
|
||||
on_activate = function(self)
|
||||
local pos = self.object:get_pos()
|
||||
self.object:remove()
|
||||
mcl_itemframes.update_entity(pos)
|
||||
end
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue