.getProtocolManager().getProtocolVersion(player); return 47
rejomy opened this issue ยท 1 comments
Protocollib v5.0.0 latest
Server version 1.8.8
When a player logs in with any version, running .getProtocolManager().getProtocolVersion(player); returns 47, even if his version is 1.20. Why? Obviously it's the server version, but why does it return the server version? And if it should be, how can I get the player version without nms and and 3rd party API?