ok
This commit is contained in:
@@ -25,12 +25,6 @@ namespace KCM
|
|||||||
|
|
||||||
public static KCClient inst { get; set; }
|
public static KCClient inst { get; set; }
|
||||||
|
|
||||||
|
|
||||||
static KCClient()
|
|
||||||
{
|
|
||||||
InitializeClient();
|
|
||||||
}
|
|
||||||
|
|
||||||
private static void InitializeClient()
|
private static void InitializeClient()
|
||||||
{
|
{
|
||||||
// Clean up old client if exists
|
// Clean up old client if exists
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ namespace Riptide.Demos.Steam.PlayerHosted
|
|||||||
// Transition back to server browser
|
// Transition back to server browser
|
||||||
Main.TransitionTo(MenuState.ServerBrowser);
|
Main.TransitionTo(MenuState.ServerBrowser);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (System.Exception ex)
|
||||||
{
|
{
|
||||||
Main.helper.Log("Error during LeaveLobby:");
|
Main.helper.Log("Error during LeaveLobby:");
|
||||||
Main.helper.Log(ex.Message);
|
Main.helper.Log(ex.Message);
|
||||||
|
|||||||
Reference in New Issue
Block a user