提审状态不显示竞技场战令

This commit is contained in:
xiekaidong 2023-07-07 14:06:01 +08:00
parent 3cb9989ddb
commit 870a1e32d0

View File

@ -107,7 +107,7 @@ function ArenaComp:initBounty()
end
function ArenaComp:refreshBounty()
if not DataManager.ArenaBountyData:getIsOpen() then
if not DataManager.ArenaBountyData:getIsOpen() or GFunc.isShenhe() then
self.bountyNode:setVisible(false)
return
end