diff options
author | thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com> | 2017-10-01 00:24:45 +0100 |
---|---|---|
committer | thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com> | 2017-10-01 00:24:45 +0100 |
commit | aee23d76426734892f1d7129c02c56b58cc813af (patch) | |
tree | f665b4c442ef07f1046d9eaf7bb3c8bcf110d117 | |
parent | ec9cf1df5019c915cf7f5776c90cca760670569f (diff) | |
download | pipeworks-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
-rw-r--r-- | new_flow_logic/register_local_pipes.lua | 3 |
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 |