mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 18:59:00 +00:00
Fix typo on ContainerSetSlotPacket
hotboar -> hotbar 
This commit is contained in:
parent
99855773d7
commit
e5937926cd
@ -37,7 +37,7 @@ class ContainerSetSlotPacket extends DataPacket{
|
||||
public function decode(){
|
||||
$this->windowid = $this->getByte();
|
||||
$this->slot = $this->getShort();
|
||||
$this->hotboarSlot = $this->getShort();
|
||||
$this->hotbarSlot = $this->getShort();
|
||||
$this->item = $this->getSlot();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user