Fix blast not removing chorus plant

This commit is contained in:
Wuzzy 2020-06-07 21:31:52 +02:00
parent 455f490b4e
commit 6a6e294c19
1 changed files with 1 additions and 0 deletions

View File

@ -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