From 2ad86d772f86178fb20492d42bd12214a808aacb Mon Sep 17 00:00:00 2001 From: ethaniccc Date: Thu, 1 Jan 2026 16:12:33 -0500 Subject: [PATCH] ffs there is a nil return here --- legacyver/protocol.go | 1 - 1 file changed, 1 deletion(-) diff --git a/legacyver/protocol.go b/legacyver/protocol.go index c3a5518..46a2d8e 100644 --- a/legacyver/protocol.go +++ b/legacyver/protocol.go @@ -430,7 +430,6 @@ func (p *Protocol) downgradePackets(pks []packet.Packet, conn *minecraft.Conn) [ OnGround: pk.OnGround, Tick: pk.Tick, } - return nil case *packet.Disconnect: pks[pkIndex] = &legacypacket.Disconnect{ Reason: pk.Reason,