From df66b39ced3fa0420bc0d07b08b1d039199b30ee Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <419983115@qq.com> Date: Thu, 7 Aug 2025 12:41:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=9B=87=E9=81=93=E6=8C=91=E6=88=98bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/MonsterCamp/FourElementMonsterCampPanel.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/MonsterCamp/FourElementMonsterCampPanel.lua b/Assets/ManagedResources/~Lua/Modules/MonsterCamp/FourElementMonsterCampPanel.lua index 0d3beafce1..f03e8725ee 100644 --- a/Assets/ManagedResources/~Lua/Modules/MonsterCamp/FourElementMonsterCampPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/MonsterCamp/FourElementMonsterCampPanel.lua @@ -179,6 +179,7 @@ function FourElementMonsterCampPanel:OnShow() if not PlayerPrefs.HasKey("FourElement"..PlayerManager.uid) then PlayerPrefs.SetInt("FourElement"..PlayerManager.uid,-1) end + --[[ if waves ~= PlayerPrefs.GetInt("FourElement"..PlayerManager.uid) then PlayerPrefs.SetInt("FourElement"..PlayerManager.uid,waves) local propertyId = SacredTreeManager.GetUnLockNewProperty(waves) @@ -192,6 +193,7 @@ function FourElementMonsterCampPanel:OnShow() end end end + ]] end function this.SingleDataShow(go, data)