This commit is contained in:
2025-12-14 21:42:36 +01:00
parent fb6889e310
commit 11a4660881
2 changed files with 1 additions and 7 deletions

View File

@@ -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

View File

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