codex-3 #4

Merged
devbeni merged 3 commits from codex-3 into main 2025-12-14 20:29:45 +01:00
4 changed files with 92 additions and 197 deletions
Showing only changes of commit 5f67f488f6 - Show all commits

View File

@@ -3,6 +3,7 @@ using Assets.Code.UI;
using Harmony;
using KCM.Enums;
using KCM.LoadSaveOverrides;
using KCM.Packets;
using KCM.Packets.Game;
using KCM.Packets.Game.Dragon;
using KCM.Packets.Game.GameBuilding;
@@ -456,7 +457,6 @@ namespace KCM
// Your code here
// Get the name of the last method that called OnPlayerPlacement
string callTree = "";
List<string> strings = new List<string>();
for (int i = 1; i < 10; i++)

View File

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