We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b443b commit ab4e014Copy full SHA for ab4e014
src/main/java/me/rothes/protocolstringreplacer/packetlisteners/AbstractPacketListener.java
@@ -15,7 +15,7 @@
15
public abstract class AbstractPacketListener {
16
17
protected final PacketType packetType;
18
- public PacketAdapter packetAdapter;
+ protected PacketAdapter packetAdapter;
19
20
protected AbstractPacketListener(@Nonnull PacketType packetType) {
21
this.packetType = packetType;
0 commit comments