【登录】提审服不再显示公告
parent
3ca8ee5259
commit
d2dd9401f4
|
@ -305,7 +305,7 @@ end
|
|||
|
||||
function this.CheckNoticeShow()
|
||||
-- 判断公告显示
|
||||
IsShowNotice = true--SERVER_VERSION == 0 -- 正式服显示公告
|
||||
IsShowNotice = SERVER_VERSION == 0 -- 正式服显示公告
|
||||
this.btnNotice:SetActive(IsShowNotice)
|
||||
end
|
||||
-- 打开公告界面
|
||||
|
|
Loading…
Reference in New Issue