From fd8e77555ac9654f0008d9f7be5ada9b1249d645 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Fri, 30 Apr 2021 10:00:13 -0400 Subject: [PATCH] Testing something --- test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.lua b/test.lua index e8b20d5..b2bcd11 100644 --- a/test.lua +++ b/test.lua @@ -39,6 +39,6 @@ local alarm = multi:newAlarm(4):OnRing(function(a) a:Destroy() print(a.Type) test:Destroy() + print("TEST: ",test) end) - multi:lightloop() \ No newline at end of file