|
@@ -172,10 +172,10 @@ public class GameApplction : IGameStart
|
|
if (startCombatInfo.CombatType != CombatType.TestCombat)
|
|
if (startCombatInfo.CombatType != CombatType.TestCombat)
|
|
{
|
|
{
|
|
MainPanel mainPanel = await MainPanel.OpenPanel();
|
|
MainPanel mainPanel = await MainPanel.OpenPanel();
|
|
- if (!AccountFileInfo.Instance.playerData.isTiggerPlot)
|
|
|
|
|
|
+ /*if (!AccountFileInfo.Instance.playerData.isTiggerPlot)
|
|
{
|
|
{
|
|
mainPanel.GObjectPoolInterface.SetActive(false);
|
|
mainPanel.GObjectPoolInterface.SetActive(false);
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|