You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that after some commits (due to update from legacy protocol of 47) some packets such as RelativeEntityMoveLook seem to be unavailable through PacketWrapper as the NMS-objects' signatures differ from those being now.
At current I am working on a PR to fix this issues whose idea is to check version (in optimized way) when using getters/setters and so allow current wrapper clases with their current signatures be used for older versions too.
This Issue's target is to ask whether this will (if done) be merged into PacketWrapper's master?
The text was updated successfully, but these errors were encountered:
It seems that after some commits (due to update from legacy protocol of 47) some packets such as RelativeEntityMoveLook seem to be unavailable through PacketWrapper as the NMS-objects' signatures differ from those being now.
At current I am working on a PR to fix this issues whose idea is to check version (in optimized way) when using getters/setters and so allow current wrapper clases with their current signatures be used for older versions too.
This Issue's target is to ask whether this will (if done) be merged into PacketWrapper's
master
?The text was updated successfully, but these errors were encountered: