Skip to content

Commit acd41b5

Browse files
cheapieJeija
authored andcommittedJul 9, 2016
Don't bother checking if a node can overheat before cooling it
1 parent f9f7600 commit acd41b5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎mesecons/services.lua

-4
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ end
8787

8888

8989
mesecon.queue:add_function("cooldown", function (pos)
90-
if minetest.get_item_group(minetest.get_node(pos).name, "overheat") == 0 then
91-
return -- node has been moved, this one does not use overheating - ignore
92-
end
93-
9490
local meta = minetest.get_meta(pos)
9591
local heat = meta:get_int("heat")
9692

0 commit comments

Comments
 (0)
Please sign in to comment.