summaryrefslogtreecommitdiff
path: root/new_flow_logic
diff options
context:
space:
mode:
authorthetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com>2017-10-01 00:24:45 +0100
committerthetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com>2017-10-01 00:24:45 +0100
commitaee23d76426734892f1d7129c02c56b58cc813af (patch)
treef665b4c442ef07f1046d9eaf7bb3c8bcf110d117 /new_flow_logic
parentec9cf1df5019c915cf7f5776c90cca760670569f (diff)
downloadpipeworks-aee23d76426734892f1d7129c02c56b58cc813af.tar
pipeworks-aee23d76426734892f1d7129c02c56b58cc813af.tar.gz
pipeworks-aee23d76426734892f1d7129c02c56b58cc813af.tar.bz2
pipeworks-aee23d76426734892f1d7129c02c56b58cc813af.tar.xz
pipeworks-aee23d76426734892f1d7129c02c56b58cc813af.zip
new_flow_logic/register_local_pipes.lua: remove old ABM note in header
Diffstat (limited to 'new_flow_logic')
-rw-r--r--new_flow_logic/register_local_pipes.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/new_flow_logic/register_local_pipes.lua b/new_flow_logic/register_local_pipes.lua
index 62b787b..989ff0c 100644
--- a/new_flow_logic/register_local_pipes.lua
+++ b/new_flow_logic/register_local_pipes.lua
@@ -1,5 +1,4 @@
--- conditional registration of pipe nodes for the new pipe logic, depending on enable flags.
--- otherwise register_flow_logic.lua would be attempting to register ABMs for non-existant nodes.
+-- registration of pipework's own pipes.
-- written 2017 by thetaepsilon