diff options
author | autocommitter <autocommitter@linux-forks.de> | 2025-02-02 00:00:02 +0100 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2025-02-02 00:00:02 +0100 |
commit | 6b38964d7fbc360b4347a85299025d9dbdea0ea2 (patch) | |
tree | 5075be06fe8b8fea247ddce333c45daa4c8daf5d /durt/nodes | |
parent | 786061e976da61a73fc61acf2b607b67a17af395 (diff) | |
download | luaatc_envs-6b38964d7fbc360b4347a85299025d9dbdea0ea2.tar.gz luaatc_envs-6b38964d7fbc360b4347a85299025d9dbdea0ea2.tar.bz2 luaatc_envs-6b38964d7fbc360b4347a85299025d9dbdea0ea2.zip |
Diffstat (limited to 'durt/nodes')
-rw-r--r-- | durt/nodes/(-1476,11,-2588).lua | 2 | ||||
-rw-r--r-- | durt/nodes/(-1501,11,-2588).lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/durt/nodes/(-1476,11,-2588).lua b/durt/nodes/(-1476,11,-2588).lua index 2701812..7c1c1d0 100644 --- a/durt/nodes/(-1476,11,-2588).lua +++ b/durt/nodes/(-1476,11,-2588).lua @@ -1,6 +1,6 @@ __approach_callback_mode = 1 -if event.approach and not event.has_entered then +if event.approach then atc_set_ars_disable(true) atc_set_lzb_tsr(1) end diff --git a/durt/nodes/(-1501,11,-2588).lua b/durt/nodes/(-1501,11,-2588).lua index 2701812..7c1c1d0 100644 --- a/durt/nodes/(-1501,11,-2588).lua +++ b/durt/nodes/(-1501,11,-2588).lua @@ -1,6 +1,6 @@ __approach_callback_mode = 1 -if event.approach and not event.has_entered then +if event.approach then atc_set_ars_disable(true) atc_set_lzb_tsr(1) end |