【跨服】修改跨服排行未解锁提示文字

dev_chengFeng hotfix/mht_china/kf/cdn_xq_kf/0.1.6
zhangqiang 2021-07-22 19:30:53 +08:00
parent 1cf142c82b
commit c3b68ef28a
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ function this.TabAdapter(tab, index, status)
end-- tab可用性检测
function this.PageTabIsLockCheck(index)
if index == 2 then
return true ,Language[11675]
return true, "功能尚未开启,敬请期待!"
else
return false
end