Add missing setters for handshake.
This commit is contained in:
parent
80001aa1f0
commit
3fc7064997
@ -3,9 +3,11 @@ package net.md_5.bungee.protocol.packet;
|
||||
import io.netty.buffer.ByteBuf;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import lombok.ToString;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
@ToString
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
public class Packet2Handshake extends DefinedPacket
|
||||
|
Loading…
Reference in New Issue
Block a user