ok
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user