Update stdmin.lua

This commit is contained in:
Onran 2024-12-22 01:54:55 +09:00 committed by GitHub
parent da484da17c
commit 2b64128581
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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