Improve multiplayer sync stability

This commit is contained in:
2025-12-14 14:51:46 +01:00
parent 55e3cd57e7
commit dca0140aab
4 changed files with 61 additions and 15 deletions

View File

@@ -102,6 +102,7 @@ namespace KCM.Packets.Game.GameWorld
Main.helper.Log(building.LandMass().ToString());
Main.helper.Log("Player add Building unpacked");
player.inst.AddBuilding(building);
Main.ApplyPendingBuildingState(building);
try
{