diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:02:42 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:02:42 +0200 |
commit | e563bcc111512b1b88b700bca77908e4313bc350 (patch) | |
tree | fe4591ffabe57374dd74948a5780aba9831a7092 | |
parent | 0b15a4c1f4c578810d7c1e8fc4952bbb6cb44f25 (diff) | |
download | luaatc_envs-e563bcc111512b1b88b700bca77908e4313bc350.tar.gz luaatc_envs-e563bcc111512b1b88b700bca77908e4313bc350.tar.bz2 luaatc_envs-e563bcc111512b1b88b700bca77908e4313bc350.zip |
State at 2023-10-29
-rw-r--r-- | nlvcross/nodes/(1607,-1,8169).lua | 2 | ||||
-rw-r--r-- | nlvcross/nodes/(1609,6,8217).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(1613,6,8226).lua | 1 | ||||
-rw-r--r-- | nlvcross/nodes/(1615,-1,8169).lua | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/nlvcross/nodes/(1607,-1,8169).lua b/nlvcross/nodes/(1607,-1,8169).lua index 06d0642..cba6cca 100644 --- a/nlvcross/nodes/(1607,-1,8169).lua +++ b/nlvcross/nodes/(1607,-1,8169).lua @@ -1 +1 @@ -F.off("NRG","S")
\ No newline at end of file +F.on("NRG", "N")
\ No newline at end of file diff --git a/nlvcross/nodes/(1609,6,8217).lua b/nlvcross/nodes/(1609,6,8217).lua new file mode 100644 index 0000000..cb8752c --- /dev/null +++ b/nlvcross/nodes/(1609,6,8217).lua @@ -0,0 +1 @@ +F.on("nrg", "S")
\ No newline at end of file diff --git a/nlvcross/nodes/(1613,6,8226).lua b/nlvcross/nodes/(1613,6,8226).lua new file mode 100644 index 0000000..d306efc --- /dev/null +++ b/nlvcross/nodes/(1613,6,8226).lua @@ -0,0 +1 @@ +F.off("NRG", "N")
\ No newline at end of file diff --git a/nlvcross/nodes/(1615,-1,8169).lua b/nlvcross/nodes/(1615,-1,8169).lua index de57380..3df4b2e 100644 --- a/nlvcross/nodes/(1615,-1,8169).lua +++ b/nlvcross/nodes/(1615,-1,8169).lua @@ -1 +1 @@ -F.on("NRG","N")
\ No newline at end of file +F.off("NRG", "S")
\ No newline at end of file |