【登录】提审服不再显示公告

dev_chengFeng
JLIOSM1 2021-07-15 23:04:59 +08:00
parent 3ca8ee5259
commit d2dd9401f4
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ end
function this.CheckNoticeShow()
-- 判断公告显示
IsShowNotice = true--SERVER_VERSION == 0 -- 正式服显示公告
IsShowNotice = SERVER_VERSION == 0 -- 正式服显示公告
this.btnNotice:SetActive(IsShowNotice)
end
-- 打开公告界面