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);