forked from BLOCKFANTASY/LOOHP-Limbo
Added proper disconnect packet, kick command
This commit is contained in:
@@ -76,7 +76,7 @@ public class PacketPlayOutPositionAndLook extends PacketOut {
|
||||
}
|
||||
|
||||
@Override
|
||||
public byte[] getBytes() throws IOException {
|
||||
public byte[] serializePacket() throws IOException {
|
||||
ByteArrayOutputStream buffer = new ByteArrayOutputStream();
|
||||
|
||||
DataOutputStream output = new DataOutputStream(buffer);
|
||||
|
||||
Reference in New Issue
Block a user