Fixed live console spam caused by ResetInterface not being listed as a valid outgoing packet

This commit is contained in:
Ceikry
2023-04-01 05:16:06 +00:00
committed by Ryan
parent af99895168
commit c0ffe59d47
@@ -74,6 +74,7 @@ public final class PacketRepository {
OUTGOING_PACKETS.put(InstancedLocationUpdate.class, new InstancedLocationUpdate()); //
OUTGOING_PACKETS.put(CSConfigPacket.class, new CSConfigPacket()); //
OUTGOING_PACKETS.put(Varbit.class, new Varbit());
OUTGOING_PACKETS.put(ResetInterface.class, new ResetInterface());
OUTGOING_PACKETS.put(VarcUpdate.class, new VarcUpdate());
}