More better sync
This commit is contained in:
@@ -267,7 +267,7 @@ namespace Marro.PacManUdon
|
||||
|
||||
public override void CollectSyncedData(byte[] data, ref int index, NetworkEventType eventType)
|
||||
{
|
||||
data.Append((byte)pelletCollectedCount, ref index);
|
||||
data.Append(pelletCollectedCount, ref index);
|
||||
data.Append(syncedPelletsCollected, ref index);
|
||||
|
||||
data.Append(frozen, ref index);
|
||||
|
||||
Reference in New Issue
Block a user