diff options
Diffstat (limited to 'ers/nodes/(1702,2,1270).lua')
-rw-r--r-- | ers/nodes/(1702,2,1270).lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ers/nodes/(1702,2,1270).lua b/ers/nodes/(1702,2,1270).lua index 823ad84..5cfc741 100644 --- a/ers/nodes/(1702,2,1270).lua +++ b/ers/nodes/(1702,2,1270).lua @@ -1,6 +1,6 @@ -- luaatctrack_run_sequence_01.lua local show_print = false -if event.type == "punch" then +if event.type == "punch" and event.name == "erstazi" then F.trial_setup("autocouple_1_4") return end
\ No newline at end of file |