removed obsolet timer
This commit is contained in:
parent
0d9cc71396
commit
b0f61a6a57
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user