forked from BLOCKFANTASY/LOOHP-Limbo
Added proper disconnect packet, kick command
This commit is contained in:
@@ -4,6 +4,6 @@ import java.io.IOException;
|
||||
|
||||
public abstract class PacketOut extends Packet {
|
||||
|
||||
public abstract byte[] getBytes() throws IOException;
|
||||
public abstract byte[] serializePacket() throws IOException;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user