From 11a46608813d4435e3f510ce40d4f7f74c1f4bd7 Mon Sep 17 00:00:00 2001 From: devbeni Date: Sun, 14 Dec 2025 21:42:36 +0100 Subject: [PATCH] ok --- KCClient.cs | 6 ------ RiptideSteamTransport/LobbyManager.cs | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/KCClient.cs b/KCClient.cs index 8ba4831..f0a1103 100644 --- a/KCClient.cs +++ b/KCClient.cs @@ -25,12 +25,6 @@ namespace KCM public static KCClient inst { get; set; } - - static KCClient() - { - InitializeClient(); - } - private static void InitializeClient() { // Clean up old client if exists diff --git a/RiptideSteamTransport/LobbyManager.cs b/RiptideSteamTransport/LobbyManager.cs index 27e8679..3f4b651 100644 --- a/RiptideSteamTransport/LobbyManager.cs +++ b/RiptideSteamTransport/LobbyManager.cs @@ -176,7 +176,7 @@ namespace Riptide.Demos.Steam.PlayerHosted // Transition back to server browser Main.TransitionTo(MenuState.ServerBrowser); } - catch (Exception ex) + catch (System.Exception ex) { Main.helper.Log("Error during LeaveLobby:"); Main.helper.Log(ex.Message);