summaryrefslogtreecommitdiff
path: root/auto_yards/nodes/(-2004,3,-1099).lua
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:57:54 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:57:54 +0200
commit1443c3b5a1e0de1fc501e94a453554ab28e2fc8c (patch)
treea2531ac2018a8695962644fdd20b04c59da0b9a8 /auto_yards/nodes/(-2004,3,-1099).lua
parent7ac61207f5e208d1d70871a714218465b3025d16 (diff)
downloadluaatc_envs-1443c3b5a1e0de1fc501e94a453554ab28e2fc8c.tar.gz
luaatc_envs-1443c3b5a1e0de1fc501e94a453554ab28e2fc8c.tar.bz2
luaatc_envs-1443c3b5a1e0de1fc501e94a453554ab28e2fc8c.zip
State at 2022-07-04
Diffstat (limited to 'auto_yards/nodes/(-2004,3,-1099).lua')
-rw-r--r--auto_yards/nodes/(-2004,3,-1099).lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto_yards/nodes/(-2004,3,-1099).lua b/auto_yards/nodes/(-2004,3,-1099).lua
index 69ad077..8f4b247 100644
--- a/auto_yards/nodes/(-2004,3,-1099).lua
+++ b/auto_yards/nodes/(-2004,3,-1099).lua
@@ -1,6 +1,7 @@
local s = rwt.to_string(rwt.now()).."\n--"
+local list = S.yards.BY.notify
for k in pairs(S.yards.BY.notify) do
s = s ..k..", "
end
s = s.."--"
-digiline_send("",s) \ No newline at end of file
+digiline_send("notification_screen",s) \ No newline at end of file