v0.2.1
Fixed
crystalorb-bevy-networking-turbulence
plugin used the wrong settings resource for registering theTimestamped<Snapshot>
message channel (it usedCommandChannelSettings
instead ofSnapshotChannelSettings
), causing both incorrect configuration as well as panic, since the same channel number will be used twice.