From 7b7dfc36d1350f8a3d5a275970a2e4731848d25a Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 14 Feb 2020 08:17:51 +0000 Subject: [PATCH] Living: fixed broken @var tag --- src/pocketmine/entity/Living.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/entity/Living.php b/src/pocketmine/entity/Living.php index 09585fd24..0e107d69b 100644 --- a/src/pocketmine/entity/Living.php +++ b/src/pocketmine/entity/Living.php @@ -111,7 +111,7 @@ abstract class Living extends Entity implements Damageable{ $this->setHealth($health); - /** @var CompoundTag[]|ListTag|null */ + /** @var CompoundTag[]|ListTag|null $activeEffectsTag */ $activeEffectsTag = $this->namedtag->getListTag("ActiveEffects"); if($activeEffectsTag !== null){ foreach($activeEffectsTag as $e){