Fixed live console spam caused by ResetInterface not being listed as a valid outgoing packet
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user