|
@@ -145,7 +145,7 @@ namespace GFGGame
|
|
_speedAutoPlay = 1;
|
|
_speedAutoPlay = 1;
|
|
FightDataManager.Instance.dialogSpeed = _speedAutoPlay;
|
|
FightDataManager.Instance.dialogSpeed = _speedAutoPlay;
|
|
}
|
|
}
|
|
- if (!InstanceZonesDataManager.CheckLevelPass(100001001)) _ui.m_btnBack.visible = false;
|
|
|
|
|
|
+ _ui.m_btnBack.visible = InstanceZonesDataManager.CheckLevelPass(100001001);
|
|
}
|
|
}
|
|
|
|
|
|
protected override void OnHide()
|
|
protected override void OnHide()
|