蛇道挑战bug修改

SK_LongZhu
PC-202302260912\Administrator 2025-08-07 12:41:09 +08:00
parent bd3ff3dbae
commit df66b39ced
1 changed files with 2 additions and 0 deletions

View File

@ -179,6 +179,7 @@ function FourElementMonsterCampPanel:OnShow()
if not PlayerPrefs.HasKey("FourElement"..PlayerManager.uid) then if not PlayerPrefs.HasKey("FourElement"..PlayerManager.uid) then
PlayerPrefs.SetInt("FourElement"..PlayerManager.uid,-1) PlayerPrefs.SetInt("FourElement"..PlayerManager.uid,-1)
end end
--[[
if waves ~= PlayerPrefs.GetInt("FourElement"..PlayerManager.uid) then if waves ~= PlayerPrefs.GetInt("FourElement"..PlayerManager.uid) then
PlayerPrefs.SetInt("FourElement"..PlayerManager.uid,waves) PlayerPrefs.SetInt("FourElement"..PlayerManager.uid,waves)
local propertyId = SacredTreeManager.GetUnLockNewProperty(waves) local propertyId = SacredTreeManager.GetUnLockNewProperty(waves)
@ -192,6 +193,7 @@ function FourElementMonsterCampPanel:OnShow()
end end
end end
end end
]]
end end
function this.SingleDataShow(go, data) function this.SingleDataShow(go, data)