Skip to content
Snippets Groups Projects
Commit b0f61a6a authored by Milan's avatar Milan
Browse files

removed obsolet timer

parent 0d9cc713
Branches
No related tags found
No related merge requests found
......@@ -238,7 +238,6 @@ minetest.register_node("tnt:tnt", {
if(minetest.check_player_privs(puncher:get_player_name(), {trusted_player=true})) then
minetest.sound_play("tnt_ignite", {pos=pos})
minetest.set_node(pos, {name="tnt:tnt_burning"})
minetest.get_node_timer(pos):start(4)
end
end
end,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment