ElytraGo
ElytraGo copied to clipboard
updated the VarInt function in mbinary package
I updated the VarInt function in the mbinary package because I used it and it resulted in a wrong result. I fixed this by updating the function to use my implementation of a function to read VarInts that is specified on https://wiki.vg/Protocol#Data_types.
Yes I am thinking about it