mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +00:00
Typo and fixed a filename
This commit is contained in:
parent
aff2b9882a
commit
ac50577255
@ -36,7 +36,7 @@ class SendInventoryPacket extends RakNetDataPacket{
|
|||||||
for($s = 0; $s < $count and !$this->feof(); ++$s){
|
for($s = 0; $s < $count and !$this->feof(); ++$s){
|
||||||
$this->slots[$s] = $this->getSlot();
|
$this->slots[$s] = $this->getSlot();
|
||||||
}
|
}
|
||||||
if($this->windowid === 1){ //Armir is sent
|
if($this->windowid === 1){ //Armor is sent
|
||||||
for($s = 0; $s < 4; ++$s){
|
for($s = 0; $s < 4; ++$s){
|
||||||
$this->armor[$s] = $this->getSlot();
|
$this->armor[$s] = $this->getSlot();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user