diff --git a/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua b/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua index 201cc674ac..7f81fb9dca 100644 --- a/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua @@ -477,7 +477,7 @@ function this.RequestProtos(userId) end if UrlList[1] ~= "" and UrlList[2] ~="" then this.protos:SetActive(true) - if chanel and (chanel=="YGDC" or chanel=="XQDC") then + if chanel and (chanel=="XQOT" or chanel=="XQDC") then this.newproto:SetActive(true) else this.newproto:SetActive(false)