mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-12-05 16:16:33 +00:00
修复多次触发Socket广播的问题
This commit is contained in:
parent
59d70fb3a0
commit
42bd8b18a9
@ -154,6 +154,7 @@ namespace Milimoe.FunGame.Desktop.UI
|
||||
SetServerStatusLight((int)LightType.Red);
|
||||
SetButtonEnableIfLogon(false, ClientState.WaitConnect);
|
||||
LogoutAccount();
|
||||
MainController?.Dispose();
|
||||
CloseConnectedWindows();
|
||||
break;
|
||||
|
||||
@ -166,6 +167,7 @@ namespace Milimoe.FunGame.Desktop.UI
|
||||
SetServerStatusLight((int)LightType.Yellow);
|
||||
SetButtonEnableIfLogon(false, ClientState.WaitConnect);
|
||||
LogoutAccount();
|
||||
MainController?.Dispose();
|
||||
break;
|
||||
|
||||
case MainInvokeType.LogIn:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user