ta5 hyperloop tank addded

This commit is contained in:
Joachim Stolberg 2021-12-31 17:28:12 +01:00
parent e2834a20ff
commit fcc325a36a

View File

@ -36,7 +36,6 @@ local function formspec(pos)
end end
function techage.shared_tank.node_timer(pos) function techage.shared_tank.node_timer(pos)
print("node_timer", minetest.pos_to_string(pos))
if techage.is_activeformspec(pos) then if techage.is_activeformspec(pos) then
M(pos):set_string("formspec", formspec(pos)) M(pos):set_string("formspec", formspec(pos))
return true return true