Skip to content

Commit

Permalink
fix: updating to mirage 141.0.2
Browse files Browse the repository at this point in the history
BREAKING CHANGE: now requires mirage v141.0.2
  • Loading branch information
James-Frowen authored Jun 13, 2023
1 parent 2612724 commit 48f50b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/NetworkPositionSync/Runtime/SyncPositionSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ internal void SendUpdateToAll(float time)
{
payload = writer.ToArraySegment()
};
Server.SendToAll(msg, MessageChannel);
Server.SendToAll(msg, excludeLocalPlayer: true, MessageChannel);
}
}

Expand Down

0 comments on commit 48f50b9

Please sign in to comment.