diff options
Diffstat (limited to 'ers/nodes/(1657,6,1237).lua')
-rw-r--r-- | ers/nodes/(1657,6,1237).lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |