Skip to content
Snippets Groups Projects
Commit 2c0f716a authored by PilzAdam's avatar PilzAdam Committed by Novatux
Browse files

Remove useless, empty callbacks

parent 64bf6c1b
No related branches found
No related tags found
No related merge requests found
......@@ -102,31 +102,6 @@ function default.register_falling_node(nodename, texture)
end
end
--
-- Global callbacks
--
-- Global environment step function
function on_step(dtime)
-- print("on_step")
end
minetest.register_globalstep(on_step)
function on_placenode(p, node)
--print("on_placenode")
end
minetest.register_on_placenode(on_placenode)
function on_dignode(p, node)
--print("on_dignode")
end
minetest.register_on_dignode(on_dignode)
function on_punchnode(p, node)
end
minetest.register_on_punchnode(on_punchnode)
--
-- Lavacooling
--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment