Skip to content

Commit

Permalink
版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
zhnkc9 committed Oct 28, 2023
1 parent c354113 commit 6375e62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion resource/modinfo.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Local Collection Skins"
description = "add Klei Skins to the system develop_all_skins"
author = "[email protected]"
version = "0.2.33.develop"
version = "0.2.34.beta"

forumthread = ""

Expand Down
1 change: 0 additions & 1 deletion resource/source/localskinmain.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ _G = GLOBAL
require = _G.require

function mergeA2B(a, b)
-- 如果类型不对
if type(a) ~= "table" or type(b) ~= "table" then return end
for k, v in pairs(a) do
b[k] = v
Expand Down

0 comments on commit 6375e62

Please sign in to comment.