Skip to content

Commit

Permalink
minecraft/packet.go: Removed print.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandertv committed Sep 20, 2023
1 parent 00779f2 commit 729e794
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion minecraft/packet.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func (p *packetData) decode(conn *Conn) (pks []packet.Packet, err error) {
return
}
if _, ok := err.(unknownPacketError); ok || conn.disconnectOnInvalidPacket {
fmt.Println("Closing!")
_ = conn.Close()
}
}()
Expand Down

0 comments on commit 729e794

Please sign in to comment.