diff --git a/Main.cs b/Main.cs index f574754..701d47d 100644 --- a/Main.cs +++ b/Main.cs @@ -392,10 +392,7 @@ namespace KCM { public static void Postfix() { - // Your code here - // Get the name of the last method that called OnPlayerPlacement - string callTree = ""; List strings = new List(); for (int i = 1; i < 10; i++) diff --git a/ServerLobby/ServerLobbyScript.cs b/ServerLobby/ServerLobbyScript.cs index 9524e1f..a4990fa 100644 --- a/ServerLobby/ServerLobbyScript.cs +++ b/ServerLobby/ServerLobbyScript.cs @@ -60,8 +60,6 @@ namespace KCM Falle } - bool awake = false; - public void Start() { Main.helper.Log("ServerLobby start called");