mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Some protocol changes for 1.1.0.0
This commit is contained in:
@ -35,6 +35,7 @@ class AnimatePacket extends DataPacket{
|
||||
public function decode(){
|
||||
$this->action = $this->getVarInt();
|
||||
$this->eid = $this->getEntityRuntimeId();
|
||||
//TODO: check extra float which appears when 0x80 bitflag is set
|
||||
}
|
||||
|
||||
public function encode(){
|
||||
|
Reference in New Issue
Block a user