This repository was archived by the owner on Dec 11, 2023. It is now read-only.
This repository was archived by the owner on Dec 11, 2023. It is now read-only.
readVarLong returns incorrect result for large values #47
Someone probably copy/pasted the
readVarIntcode and forgot to change thevaluetype frominttolong.PacketLib/src/main/java/com/github/steveice10/packetlib/codec/BasePacketCodecHelper.java
Lines 129 to 130 in e21e6c4