mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-13 15:05:33 +00:00
Reset player's armors after death UNTESTED. Fixes #896.
This commit is contained in:
parent
3498c876df
commit
cb47bf82c9
@ -169,7 +169,7 @@ class Entity extends Position{
|
|||||||
}
|
}
|
||||||
for($re = 0; $re < 3; $re++)
|
for($re = 0; $re < 3; $re++)
|
||||||
{
|
{
|
||||||
//TODO: Test this.
|
//TODO: Test this
|
||||||
$slot = $this->player->getArmor($re);
|
$slot = $this->player->getArmor($re);
|
||||||
$this->player->setArmor($re, BlockAPI::getItem(AIR, 0, 0));
|
$this->player->setArmor($re, BlockAPI::getItem(AIR, 0, 0));
|
||||||
if($slot->getID() !== AIR and $slot->count > 0){
|
if($slot->getID() !== AIR and $slot->count > 0){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user