Skip to content

Commit 6097ee9

Browse files
committed
feat: 临时取消背包相关功能的屏蔽
1 parent 480ec35 commit 6097ee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MY_BagEx/src/MY_BagEx_Bag.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if not X.AssertVersion(MODULE_NAME, _L[MODULE_NAME], '^27.0.0') then
1818
return
1919
end
2020
--[[#DEBUG BEGIN]]X.ReportModuleLoading(MODULE_PATH, 'START')--[[#DEBUG END]]
21-
X.RegisterRestriction('MY_BagEx_Bag', { remake = true })
21+
X.RegisterRestriction('MY_BagEx_Bag', { remake = false })
2222
--------------------------------------------------------------------------------
2323

2424
local O = X.CreateUserSettingsModule(MODULE_NAME, _L['General'], {

MY_BagEx/src/MY_BagEx_GenericFilters.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if not X.AssertVersion(MODULE_NAME, _L[MODULE_NAME], '^27.0.0') then
1818
return
1919
end
2020
--[[#DEBUG BEGIN]]X.ReportModuleLoading(MODULE_PATH, 'START')--[[#DEBUG END]]
21-
X.RegisterRestriction('MY_BagEx_GenericFilters', { remake = true })
21+
X.RegisterRestriction('MY_BagEx_GenericFilters', { remake = false })
2222
--------------------------------------------------------------------------------
2323

2424
local O = X.CreateUserSettingsModule(MODULE_NAME, _L['General'], {

0 commit comments

Comments
 (0)