Fix on_blast for chorus flower crashing

This commit is contained in:
Elias Åström 2020-07-27 19:44:55 +02:00
parent 91b6213e0b
commit a8eca09822
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +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)
minetest.remove_node(pos)
mcl_end.detach_chorus_plant(pos)
end