diff options
author | autocommitter <autocommitter@linux-forks.de> | 2025-08-17 00:00:02 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2025-08-17 00:00:02 +0200 |
commit | 100019644728f2e804fdaf871f34fccdea6933eb (patch) | |
tree | 944d8f74f24d272edebf395c8238516f3e16a52e | |
parent | cef1272b09194704310a20066ab6ed5530ea1a4d (diff) | |
download | luaatc_envs-100019644728f2e804fdaf871f34fccdea6933eb.tar.gz luaatc_envs-100019644728f2e804fdaf871f34fccdea6933eb.tar.bz2 luaatc_envs-100019644728f2e804fdaf871f34fccdea6933eb.zip |
State at 2025-08-17
-rw-r--r-- | ers/nodes/(1654,6,1237).lua | 2 | ||||
-rw-r--r-- | ers/nodes/(1657,6,1237).lua | 2 | ||||
-rw-r--r-- | ers/nodes/(1658,6,1237).lua | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ers/nodes/(1654,6,1237).lua b/ers/nodes/(1654,6,1237).lua index 06bcac2..5613fb9 100644 --- a/ers/nodes/(1654,6,1237).lua +++ b/ers/nodes/(1654,6,1237).lua @@ -1,6 +1,6 @@ -- lluaoperatingpanel_depot_03.lua local show_print = false -if event.type == "punch" then +if event.type == "punch" and event.name == "erstazi" then -- trainID = 999999999 -- F.slow_train_down(trainID) F.clear_main_depot_displays() diff --git a/ers/nodes/(1657,6,1237).lua b/ers/nodes/(1657,6,1237).lua index 747e816..fc55bce 100644 --- a/ers/nodes/(1657,6,1237).lua +++ b/ers/nodes/(1657,6,1237).lua @@ -1,6 +1,6 @@ -- luaoperatingpanel_depot_01.lua local show_print = false -if event.type == "punch" then +if event.type == "punch" and event.name == "erstazi" then -- F.train_info("RESETALL", show_print) return end
\ No newline at end of file diff --git a/ers/nodes/(1658,6,1237).lua b/ers/nodes/(1658,6,1237).lua index 9017b1b..680890c 100644 --- a/ers/nodes/(1658,6,1237).lua +++ b/ers/nodes/(1658,6,1237).lua @@ -1,6 +1,6 @@ -- luaoperatingpanel_depot_02.lua local show_print = false -if event.type == "punch" then +if event.type == "punch" and event.name == "erstazi" then -- F.delete_train_info("337564") -- F.delete_train_info("450511") |