【公告】提审服也要显示公告

dev_chengFeng
JieLing 2021-06-30 15:36:10 +08:00
parent af5fa192b6
commit 101c79640d
1 changed files with 1 additions and 1 deletions

View File

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