【福星高照】拍脸增加主线引导冲突限制

dev_chengFeng
ZhangBiao 2021-04-13 17:12:28 +08:00
parent f1864ae6cf
commit 2214d15550
1 changed files with 1 additions and 1 deletions

View File

@ -1287,7 +1287,7 @@ end
function this.RefreshShowPatPaceActivity()
local patFaceAllData = PatFaceManager.GetPatFaceAllDataTabs()
if patFaceAllData and not GuideManager.IsFunctionGuideExist() then
if patFaceAllData and not GuideManager.IsFunctionGuideExist() and not GuideManager.IsInMainGuide() then
Log("#patFaceAllData " .. #patFaceAllData)
if #patFaceAllData > 0 then
this.patFaceCallList:Clear()