This commit is contained in:
2025-12-13 15:17:11 +01:00
parent 91a1ab4261
commit e523122561
2 changed files with 0 additions and 5 deletions

View File

@@ -392,10 +392,7 @@ namespace KCM
{ {
public static void Postfix() public static void Postfix()
{ {
// Your code here
// Get the name of the last method that called OnPlayerPlacement // Get the name of the last method that called OnPlayerPlacement
string callTree = "";
List<string> strings = new List<string>(); List<string> strings = new List<string>();
for (int i = 1; i < 10; i++) for (int i = 1; i < 10; i++)

View File

@@ -60,8 +60,6 @@ namespace KCM
Falle Falle
} }
bool awake = false;
public void Start() public void Start()
{ {
Main.helper.Log("ServerLobby start called"); Main.helper.Log("ServerLobby start called");