|
@@ -1056,7 +1056,7 @@ namespace GFGGame
|
|
}
|
|
}
|
|
private void CheckAutoShowViews()
|
|
private void CheckAutoShowViews()
|
|
{
|
|
{
|
|
- if (GameConfig.tsStatus > 0) return; //提审服不显示弹窗
|
|
|
|
|
|
+ if (GameConfig.tsStatus > 0) return; //提审时不显示弹窗
|
|
if (RoleDataManager.lvl < 10) return;
|
|
if (RoleDataManager.lvl < 10) return;
|
|
if (GuideDataManager.currentGuideId > 0) return;
|
|
if (GuideDataManager.currentGuideId > 0) return;
|
|
if (GameGlobal.AutoShowCompleted) return;
|
|
if (GameGlobal.AutoShowCompleted) return;
|