mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 03:47:16 +00:00
Drop boots on death
This commit is contained in:
parent
8665035381
commit
2b920033ff
@ -167,7 +167,7 @@ class Entity extends Position{
|
||||
$inv[] = array($slot->getID(), $slot->getMetadata(), $slot->count);
|
||||
}
|
||||
}
|
||||
for($re = 0; $re < 3; $re++){
|
||||
for($re = 0; $re < 4; $re++){
|
||||
$slot = $this->player->getArmor($re);
|
||||
$this->player->setArmor($re, BlockAPI::getItem(AIR, 0, 0));
|
||||
if($slot->getID() !== AIR and $slot->count > 0){
|
||||
|
Loading…
x
Reference in New Issue
Block a user