mirror of
https://github.com/Adorable-Catgirl/LuaComp.git
synced 2024-11-23 10:28:06 +11:00
sam doesn't test these
This commit is contained in:
parent
508b565ff1
commit
bc5e11b23f
@ -99,6 +99,7 @@ do
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function debug_add_tag(ttype, ...)
|
local function debug_add_tag(ttype, ...)
|
||||||
|
if not DEBUGGING then return end
|
||||||
local alist = table.pack(...)
|
local alist = table.pack(...)
|
||||||
for i=1, #alist do
|
for i=1, #alist do
|
||||||
alist[i] = tostring(alist[i])
|
alist[i] = tostring(alist[i])
|
||||||
|
Loading…
Reference in New Issue
Block a user