From fcc325a36a1a1c07795440b3be682e07b0a49cdd Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Fri, 31 Dec 2021 17:28:12 +0100 Subject: [PATCH] ta5 hyperloop tank addded --- basis/shared_tank.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/basis/shared_tank.lua b/basis/shared_tank.lua index aceeaed..5d0b1fe 100644 --- a/basis/shared_tank.lua +++ b/basis/shared_tank.lua @@ -36,7 +36,6 @@ local function formspec(pos) end function techage.shared_tank.node_timer(pos) - print("node_timer", minetest.pos_to_string(pos)) if techage.is_activeformspec(pos) then M(pos):set_string("formspec", formspec(pos)) return true