From 3bcfd8f4915a8a352a67cf2ffc414e6783b01a59 Mon Sep 17 00:00:00 2001 From: Ayase Minori Date: Tue, 20 Aug 2024 00:54:53 +0800 Subject: [PATCH] properly format --- starfallex/dectalk.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/starfallex/dectalk.lua b/starfallex/dectalk.lua index 1a06c1b..8294b88 100644 --- a/starfallex/dectalk.lua +++ b/starfallex/dectalk.lua @@ -56,10 +56,8 @@ if CLIENT then -- scan for references that are older than 10 seconds or aren't playing anymore for i, v in ipairs(references) do if not v.ref:isPlaying() then - if DEBUG then - print(string.format("Destroying reference, ts: %i sp: %i athr: %s", v.timestamp, i, - plyAuthor:getSteamID())) - end + if DEBUG then print(string.format("Destroying reference, ts: %i sp: %i athr: %s", v.timestamp, i, + plyAuthor:getSteamID())) end v.ref:destroy() table.remove(references, i) end