diff --git a/ml_sci/.github/img_01.png b/ml_sci/.github/img_01.png index 1d4ce59..1d32654 100644 Binary files a/ml_sci/.github/img_01.png and b/ml_sci/.github/img_01.png differ diff --git a/ml_sci/Main.cs b/ml_sci/Main.cs index a41ca79..94a8064 100644 --- a/ml_sci/Main.cs +++ b/ml_sci/Main.cs @@ -17,7 +17,7 @@ namespace ml_sci static void OnGameNetworkConnectionClosed(object __0, DisconnectedEventArgs __1) { if((CohtmlHud.Instance != null) && (__1 != null) && (!__1.LocalDisconnect)) - CohtmlHud.Instance.ViewDropTextImmediate("(Global) Server", "Connection lost", (__1.Error != System.Net.Sockets.SocketError.Success) ? ("Reason: " + __1.Error.ToString()) : ""); + CohtmlHud.Instance.ViewDropTextImmediate("(Local) Client", "Connection lost", (__1.Error != System.Net.Sockets.SocketError.Success) ? ("Reason: " + __1.Error.ToString()) : ""); } } } diff --git a/ml_sci/Properties/AssemblyInfo.cs b/ml_sci/Properties/AssemblyInfo.cs index d82a860..0654e42 100644 --- a/ml_sci/Properties/AssemblyInfo.cs +++ b/ml_sci/Properties/AssemblyInfo.cs @@ -1,10 +1,10 @@ using System.Reflection; [assembly: AssemblyTitle("ServerConnectionInfo")] -[assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyFileVersion("1.0.0")] +[assembly: AssemblyVersion("1.0.1")] +[assembly: AssemblyFileVersion("1.0.1")] -[assembly: MelonLoader.MelonInfo(typeof(ml_sci.ServerConnectionInfo), "ServerConnectionInfo", "1.0.0", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] +[assembly: MelonLoader.MelonInfo(typeof(ml_sci.ServerConnectionInfo), "ServerConnectionInfo", "1.0.1", "SDraw", "https://github.com/SDraw/ml_mods_cvr")] [assembly: MelonLoader.MelonGame(null, "ChilloutVR")] [assembly: MelonLoader.MelonPlatform(MelonLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)] [assembly: MelonLoader.MelonPlatformDomain(MelonLoader.MelonPlatformDomainAttribute.CompatibleDomains.MONO)] \ No newline at end of file