From 620a1fa1c7be0cd5efb80bc0d757737d5efc81bf Mon Sep 17 00:00:00 2001 From: Killers0992 <38152961+Killers0992@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:09:09 +0100 Subject: [PATCH] Fix --- XProxy.Core/Core/Player.cs | 3 +++ XProxy.Core/Program.cs | 2 +- XProxy.Shared/releaseInfo.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/XProxy.Core/Core/Player.cs b/XProxy.Core/Core/Player.cs index 7c6a7b5..c9ac9f7 100644 --- a/XProxy.Core/Core/Player.cs +++ b/XProxy.Core/Core/Player.cs @@ -75,6 +75,9 @@ public bool IsConnectionValid { get { + if (_netManager == null) + return false; + if (_connectionRequest != null) return true; diff --git a/XProxy.Core/Program.cs b/XProxy.Core/Program.cs index b3a25bb..e236605 100644 --- a/XProxy.Core/Program.cs +++ b/XProxy.Core/Program.cs @@ -8,7 +8,7 @@ using XProxy.Core.Services; using XProxy.Services; -[assembly: AssemblyVersion("1.6.4")] +[assembly: AssemblyVersion("1.6.5")] namespace XProxy { diff --git a/XProxy.Shared/releaseInfo.json b/XProxy.Shared/releaseInfo.json index 16bb32e..a1bc02d 100644 --- a/XProxy.Shared/releaseInfo.json +++ b/XProxy.Shared/releaseInfo.json @@ -1,7 +1,7 @@ { "name": "com.killers0992.xproxy", "displayName": "XProxy", - "version": "1.6.4", + "version": "1.6.5", "buildType": "release", "gameVersion": "13.6.9" } \ No newline at end of file