mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-03-30 22:02:29 +02:00
flowable_node_registry_install.lua: silence registration debugging by default
This commit is contained in:
@ -25,7 +25,7 @@ end
|
|||||||
local regwarning = function(kind, nodename)
|
local regwarning = function(kind, nodename)
|
||||||
local tail = ""
|
local tail = ""
|
||||||
if not pipeworks.toggles.pressure_logic then tail = " but pressure logic not enabled" end
|
if not pipeworks.toggles.pressure_logic then tail = " but pressure logic not enabled" end
|
||||||
pipeworks.logger(kind.." flow logic registry requested for "..nodename..tail)
|
--pipeworks.logger(kind.." flow logic registry requested for "..nodename..tail)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Register a node as a simple flowable.
|
-- Register a node as a simple flowable.
|
||||||
|
Reference in New Issue
Block a user