|
@@ -212,8 +212,8 @@ namespace GFGGame
|
|
public void SwitchAccountsAb(string message)
|
|
public void SwitchAccountsAb(string message)
|
|
{
|
|
{
|
|
Debug.Log("Game.HotUpdate SwitchAccountsAb: " + message);
|
|
Debug.Log("Game.HotUpdate SwitchAccountsAb: " + message);
|
|
- // GameController.QuitToLoginView(true);
|
|
|
|
- // EventAgent.DispatchEvent(ConstMessage.OUT_LOGIN);
|
|
|
|
|
|
+ GameController.QuitToLoginView(false);
|
|
|
|
+ EventAgent.DispatchEvent(ConstMessage.OUT_LOGIN);
|
|
}
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|