Streamlined the code base with current production guide lines. Massive Improvements are to be expected.

Well done team
This commit is contained in:
Yapollon 2025-02-21 00:01:16 +01:00
parent e1de1c182e
commit dc9e176cc1

View File

@ -336,7 +336,6 @@ func readHandshakePacket(r *Reader, packet *HandshakePacket) error {
// Print the whole packet
fmt.Println("Packet: ", r.data)
fmt.Println("Works so far")
var err error
packet.ProtocolVersion, err = r.readVarInt()
fmt.Println("version: ", packet.ProtocolVersion)