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