Packet can be private

This commit is contained in:
ossian winter 2018-10-02 13:57:59 -05:00
parent 656b22790f
commit 2de9ffe98c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import net.minecraft.network.Packet;
*/
public class PacketEvent extends KamiEvent {
final Packet packet;
private final Packet packet;
public PacketEvent(Packet packet) {
super();