bugfix: improve GamePresenter's IsConnected evaluation

This commit is contained in:
alexiscatnip
2022-08-06 02:43:06 +08:00
committed by alexiscatnip
parent 7afeed5296
commit bfec7ea72a
+1 -1
View File
@@ -21,7 +21,7 @@ namespace Raindrop.Presenters
private Settings s; //todo. init this.
bool IsConnectedToServer => instance.Client.Network.Connected;
bool IsConnectedToServer => instance.Netcom.IsLoggedIn;
#region references to UI elements