CloudburstMC / Protocol

A protocol library for Minecraft Bedrock Edition
https://git.io/ProtocolLib
Apache License 2.0
312 stars 95 forks source link

Wrong AuthoritativeMovementMode deseralizer in v3 #187

Closed Crasher508 closed 1 year ago

Crasher508 commented 1 year ago

Hey,

The AuthoritativeMovementMode of my BDS is set to "sever-auth" (AuthoritativeMovementMode.SERVER), if I debug the StartGamePacket with protocol library v3, it is output AuthoritativeMovementMode.SERVER_WITH_REWIND.

If I debug the same with protocol lib v2 (ProxyPass for example), it is output the correct MovementType Server.