ExperienceManager: remove superfluous doc comment

This commit is contained in:
Dylan K. Taylor 2022-09-02 19:38:23 +01:00
parent 6866c86d39
commit 6dd5fec4ea
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -241,7 +241,6 @@ class ExperienceManager{
$offHandIndex = -2;
//TODO: replace this with a more generic equipment getting/setting interface
/** @var Durable[] $equipment */
$equipment = [];
if(($item = $this->entity->getInventory()->getItemInHand()) instanceof Durable && $item->hasEnchantment(VanillaEnchantments::MENDING())){