remove old line of code

too late at night.....
This commit is contained in:
Sirrobzeroone 2021-09-27 22:55:54 +10:00
parent a703b07871
commit 2aabe9240d
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ function fluid_lib.register_extractor_node(nodename, nodedef)
nodedef.on_punch = function (pos, node, puncher, pointed_thing)
minetest.get_node_timer(pos):start(1.0)
minetest.chat_send_player(puncher:get_player_name(),"Pump Started")
minetest.chat_send_all("Pump Started")
minetest.node_punch(pos, node, puncher, pointed_thing)
end