mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-03 03:44:21 +00:00
fix: remove byte type alias
This commit is contained in:
@@ -7,7 +7,7 @@ class ServerAuthDataPacket : public Packet
|
||||
#if 0
|
||||
private String serverId;
|
||||
private PublicKey publicKey;
|
||||
private byte[] nonce = new byte[]{};
|
||||
private byte[] nonce = new uint8_t[]{};
|
||||
|
||||
public ServerAuthDataPacket() {
|
||||
// Needed
|
||||
|
||||
Reference in New Issue
Block a user