diff options
Diffstat (limited to 'auto_yards/nodes')
-rw-r--r-- | auto_yards/nodes/(-2006,3,-1099).lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/auto_yards/nodes/(-2006,3,-1099).lua b/auto_yards/nodes/(-2006,3,-1099).lua index 4109711..f920c5a 100644 --- a/auto_yards/nodes/(-2006,3,-1099).lua +++ b/auto_yards/nodes/(-2006,3,-1099).lua @@ -1,2 +1,5 @@ if event.digiline then return end -print(event)
\ No newline at end of file +print(event) +print("BY YARD: ") print(S.yards.BY.notify) +print("IP YARD: ") print(S.yards.IP.notify) +print("TY YARD: ") print(S.yards.TY.notify)
\ No newline at end of file |