Fixed pellet sync

This commit is contained in:
2026-06-23 14:45:30 +02:00
parent 378d6bc7a7
commit 875d0ad5f0
2 changed files with 1 additions and 6 deletions

View File

@@ -884,11 +884,6 @@ namespace Marro.PacManUdon
if (subscribers != null)
{
foreach (var obj in subscribers)
{
obj.SyncedUpdate();
}
foreach (var obj in subscribers)
{
var success = obj.WriteSyncedData(@event, ref index, eventType);