flowable_node_registry_install.lua: silence registration debugging by default

This commit is contained in:
thetaepsilon-gamedev 2017-10-04 18:54:51 +01:00
parent 750612181a
commit 7eb5dc6aca
1 changed files with 1 additions and 1 deletions

View File

@ -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.