Typo and fixed a filename

This commit is contained in:
Intyre 2014-02-12 19:28:33 +01:00
parent aff2b9882a
commit ac50577255
2 changed files with 1 additions and 1 deletions

View File

@ -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();
} }