Skip to content

Commit

Permalink
Update stdmin.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Onran0 authored Dec 21, 2024
1 parent da484da commit 2b64128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/scripts/stdmin.lua
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2b64128

Please sign in to comment.