Fix some issues with power flowing

This commit is contained in:
2023-11-21 20:28:09 +01:00
parent f3d05ac5bb
commit 68ddf0f149
4 changed files with 7 additions and 11 deletions

View File

@@ -241,7 +241,6 @@ reactor.activeOnTimer=function(pos,elapsed,meta,inv)
inv:set_stack("fuel",coolant,coolantStack)
end
if heat>200 then
-- TODO: Explode
minetest.remove_node(pos)
industrialtest.internal.explode(pos,#maxCluster*4)
return false,false