forked from VoxeLibre/VoxeLibre
Fix blast not removing chorus plant
This commit is contained in:
parent
455f490b4e
commit
6a6e294c19
|
@ -111,6 +111,7 @@ mcl_end.check_detach_chorus_plant = function(pos, oldnode, oldmetadata, digger)
|
|||
end
|
||||
|
||||
mcl_end.check_blast_chorus_plant = function(pos)
|
||||
minetest.remove(pos)
|
||||
mcl_end.detach_chorus_plant(pos)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue