diff options
author | autocommitter <autocommitter@linux-forks.de> | 2025-05-15 00:00:02 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2025-05-15 00:00:02 +0200 |
commit | 67dfe52759c24369a65786f4151a3334d1aebedb (patch) | |
tree | 5a2e573dd40b511832ba930572bcfc28d2cdf908 /durt/nodes/(-2209,9,-651).lua | |
parent | 2b6aba7bc06572635d426f1fc36f135a1cd76ce4 (diff) | |
download | luaatc_envs-67dfe52759c24369a65786f4151a3334d1aebedb.tar.gz luaatc_envs-67dfe52759c24369a65786f4151a3334d1aebedb.tar.bz2 luaatc_envs-67dfe52759c24369a65786f4151a3334d1aebedb.zip |
State at 2025-05-15
Diffstat (limited to 'durt/nodes/(-2209,9,-651).lua')
-rw-r--r-- | durt/nodes/(-2209,9,-651).lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/durt/nodes/(-2209,9,-651).lua b/durt/nodes/(-2209,9,-651).lua new file mode 100644 index 0000000..391fab3 --- /dev/null +++ b/durt/nodes/(-2209,9,-651).lua @@ -0,0 +1,10 @@ +local users = { +"gabriel", +"survivalg", +"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 +end
\ No newline at end of file |