BIG FIX XD

This commit is contained in:
2025-12-13 19:12:53 +01:00
parent cb6fd3a727
commit 0776da883f
12 changed files with 717 additions and 2 deletions

View File

@@ -33,6 +33,14 @@ namespace KCM.Packets.Lobby
World.inst.Generate(Seed);
Vector3 center = World.inst.GetCellData(World.inst.GridWidth / 2, World.inst.GridHeight / 2).Center;
Cam.inst.SetTrackingPos(center);
try
{
new KCM.Packets.Network.ResyncRequestPacket { reason = "post-world-seed" }.Send();
}
catch
{
}
}
catch (Exception e)
{