Fixed bug

This commit is contained in:
2026-02-01 15:42:33 +01:00
parent d03d06b5a7
commit a8b395b1d3
4 changed files with 973 additions and 966 deletions

View File

@@ -256,6 +256,11 @@ namespace Marro.PacManUdon
SyncedDeltaTime = Time.fixedDeltaTime;
nextUpdateTime = SyncedTime;
if (!Synced)
{
RequestEvent(NetworkEventType.FullSync); // See if we can sync up
}
Ready = true;
Debug.Log($"({nameof(PacManUdon)} {nameof(NetworkManager)}) Initialized, time offset: {offsetTime}");