From e5231225618c491e41254e30d5df5a991e95b027 Mon Sep 17 00:00:00 2001 From: devbeni Date: Sat, 13 Dec 2025 15:17:11 +0100 Subject: [PATCH] bug fix --- Main.cs | 3 --- ServerLobby/ServerLobbyScript.cs | 2 -- 2 files changed, 5 deletions(-) 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");