Skip to content

Commit ab4e014

Browse files
committed
Fix PacketAdapter security
1 parent a7b443b commit ab4e014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/rothes/protocolstringreplacer/packetlisteners/AbstractPacketListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
public abstract class AbstractPacketListener {
1616

1717
protected final PacketType packetType;
18-
public PacketAdapter packetAdapter;
18+
protected PacketAdapter packetAdapter;
1919

2020
protected AbstractPacketListener(@Nonnull PacketType packetType) {
2121
this.packetType = packetType;

0 commit comments

Comments
 (0)