mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-06 18:11:52 +00:00
More packets
This commit is contained in:
parent
3fce458406
commit
95b78a90ac
@ -59,6 +59,13 @@ class CustomPacketHandler{
|
|||||||
$this->raw .= "\x00\x00\x00\x07\x00\x00\x00\x07";
|
$this->raw .= "\x00\x00\x00\x07\x00\x00\x00\x07";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case 0x83:
|
||||||
|
if($this->c === false){
|
||||||
|
$this->data["unknown1"] = Utils::readInt($this->get(4));
|
||||||
|
}else{
|
||||||
|
$this->raw .= Utils::writeInt($this->data["unknown1"]);
|
||||||
|
}
|
||||||
|
break;
|
||||||
case 0x85:
|
case 0x85:
|
||||||
if($this->c === false){
|
if($this->c === false){
|
||||||
$this->data["message"] = $this->get(ord($this->get(1)));
|
$this->data["message"] = $this->get(ord($this->get(1)));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user