diff --git a/Assets/Raindrop/UI/Game/GamePresenter.cs b/Assets/Raindrop/UI/Game/GamePresenter.cs index 7bcb667..765ea5a 100644 --- a/Assets/Raindrop/UI/Game/GamePresenter.cs +++ b/Assets/Raindrop/UI/Game/GamePresenter.cs @@ -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