Armor drop - tested

This commit is contained in:
Shoghi Cervantes 2013-11-23 11:06:01 +01:00
parent f32f379e97
commit 3d53b9eb3a

View File

@ -167,9 +167,7 @@ class Entity extends Position{
$inv[] = array($slot->getID(), $slot->getMetadata(), $slot->count);
}
}
for($re = 0; $re < 3; $re++)
{
//TODO: Test this
for($re = 0; $re < 3; $re++){
$slot = $this->player->getArmor($re);
$this->player->setArmor($re, BlockAPI::getItem(AIR, 0, 0));
if($slot->getID() !== AIR and $slot->count > 0){