forked from 2009Scape/Server
Fixed live console spam caused by ResetInterface not being listed as a valid outgoing packet
This commit is contained in:
parent
af99895168
commit
c0ffe59d47
1 changed files with 1 additions and 0 deletions
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue