com.unity.netcode.gameobjects@2.0.0-exp.5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com). ## [2.0.0-exp.5] - 2024-06-03 ### Fixed - Fixed issue where SessionOwner message was being treated as a new entry for the new message indexing when it should have been ordinally sorted with the legacy message indices. (#2942)
This commit is contained in:
@@ -44,9 +44,9 @@ namespace Unity.Netcode
|
||||
SceneEvent = 17,
|
||||
ServerLog = 18,
|
||||
ServerRpc = 19,
|
||||
TimeSync = 20,
|
||||
Unnamed = 21,
|
||||
SessionOwner = 22
|
||||
SessionOwner = 20,
|
||||
TimeSync = 21,
|
||||
Unnamed = 22,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user