Merge branch 'main' into headless-mode

This commit is contained in:
MihailRis
2024-12-22 02:33:12 +03:00
5 changed files with 59 additions and 33 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
-- Check if given table is an array
function is_array(x)
if #t > 0 then
if #x > 0 then
return true
end
for k, v in pairs(x) do