mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Fixed player not dying
This commit is contained in:
@ -334,7 +334,6 @@ class Human extends Creature implements ProjectileSource, InventoryHolder{
|
||||
protected function addAttributes(){
|
||||
parent::addAttributes();
|
||||
|
||||
echo "a", PHP_EOL;
|
||||
$this->attributeMap->addAttribute(Attribute::getAttribute(Attribute::SATURATION));
|
||||
$this->attributeMap->addAttribute(Attribute::getAttribute(Attribute::EXHAUSTION));
|
||||
$this->attributeMap->addAttribute(Attribute::getAttribute(Attribute::HUNGER));
|
||||
|
Reference in New Issue
Block a user