Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
DengSir committed Aug 20, 2024
1 parent b634b85 commit 7585682
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Core/Ala.lua
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,9 @@ local function merge(dst, src)
if not dst then
return src
end
if not src then
return src
end
for k, v in pairs(src) do
dst[k] = v
end
Expand Down

0 comments on commit 7585682

Please sign in to comment.