聊天去掉限制

onepiece_online_and hotfix/tcx_haizei/cdn_haizeiOnline_and/1.1.10
wangzhenxing 2024-05-23 19:28:12 +08:00
parent ffd2459c22
commit a7e91e9029
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ function this.OnTabChange(index, lastIndex)
this.input:SetActive(true)
this.noInputTip:SetActive(false)
--其他渠道及本地
elseif VipManager.GetChargedNum()>=285 then
elseif VipManager.GetChargedNum()>=0 then
this.input:SetActive(true)
this.noInputTip:SetActive(false)
else