mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Fixed a usage of get(true)
This commit is contained in:
parent
d2416d335e
commit
373f085436
@ -46,7 +46,7 @@ class UpdateEquipPacket extends DataPacket{
|
||||
$this->windowType = $this->getByte();
|
||||
$this->unknownVarint = $this->getVarInt();
|
||||
$this->entityUniqueId = $this->getEntityUniqueId();
|
||||
$this->namedtag = $this->get(true);
|
||||
$this->namedtag = $this->getRemaining();
|
||||
}
|
||||
|
||||
protected function encodePayload(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user