Merge branch 'main' into headless-mode

This commit is contained in:
MihailRis
2024-12-19 22:57:12 +03:00
5 changed files with 36 additions and 7 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ function table.deep_copy(t)
end
end
return copied
return setmetatable(copied, getmetatable(t))
end
function table.count_pairs(t)