mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-18 16:20:42 +01:00
flowable_node_registry_install.lua: silence registration debugging by default
This commit is contained in:
parent
750612181a
commit
7eb5dc6aca
@ -25,7 +25,7 @@ end
|
||||
local regwarning = function(kind, nodename)
|
||||
local tail = ""
|
||||
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
|
||||
|
||||
-- Register a node as a simple flowable.
|
||||
|
Loading…
Reference in New Issue
Block a user