Fix NPE from last commit
This commit is contained in:
@@ -9,7 +9,7 @@ import io.netty.buffer.ByteBuf;
|
|||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
|
|
||||||
public class EncryptionRequest implements MinecraftPacket {
|
public class EncryptionRequest implements MinecraftPacket {
|
||||||
private String serverId;
|
private String serverId = "";
|
||||||
private byte[] publicKey;
|
private byte[] publicKey;
|
||||||
private byte[] verifyToken;
|
private byte[] verifyToken;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user