1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 23:00:49 +02:00

new flow logic: flowable_node_registry_install.lua: add registration tracing

This commit is contained in:
thetaepsilon-gamedev
2017-10-01 16:17:35 +01:00
parent d9b616c5f0
commit f3cd1b61d7
2 changed files with 13 additions and 0 deletions

View File

@ -94,6 +94,10 @@ function pipeworks.replace_name(tbl,tr,name)
return ntbl
end
pipeworks.logger = function(msg)
print("[pipeworks] "..msg)
end
-------------------------------------------
-- Load the various other parts of the mod