CsSceneRest fix, teleport improvements, cache max item amount now is 50

This commit is contained in:
AlessandroCH
2025-08-08 23:05:37 +02:00
parent 388a71df7f
commit 96048df57c
14 changed files with 126 additions and 125 deletions

View File

@@ -72,6 +72,7 @@ namespace Campofinale.Game.Factory
public void SendFactoryHsSync()
{
if (!player.Initialized) return;
if (player.GetCurrentChapter() == "") return;
long curtimestamp = DateTime.UtcNow.ToUnixTimestampMilliseconds();
ScFactoryHsSync hs = new()