diff options
author | autocommitter <autocommitter@linux-forks.de> | 2025-05-16 00:00:02 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2025-05-16 00:00:02 +0200 |
commit | c629c92b227be20aa8bbbdc4fee18a777f91777e (patch) | |
tree | 83c64081f49534260c0bb05d5bb7ba4862e491af /durt/nodes/(-2209,9,-651).lua | |
parent | 67dfe52759c24369a65786f4151a3334d1aebedb (diff) | |
download | luaatc_envs-master.tar.gz luaatc_envs-master.tar.bz2 luaatc_envs-master.zip |
Diffstat (limited to 'durt/nodes/(-2209,9,-651).lua')
-rw-r--r-- | durt/nodes/(-2209,9,-651).lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/durt/nodes/(-2209,9,-651).lua b/durt/nodes/(-2209,9,-651).lua index 391fab3..fdf1611 100644 --- a/durt/nodes/(-2209,9,-651).lua +++ b/durt/nodes/(-2209,9,-651).lua @@ -4,7 +4,7 @@ local users = { "Maverick2797" } if event.punch then -for _,name in pairs(users) do -if event.name==name then interrupt_pos(POS(-2204,8,-676),"notify") return end -end + for _,name in pairs(users) do + if event.name==name then interrupt_pos(POS(-2204,8,-676),"notify") return end + end end
\ No newline at end of file |