mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
ExperienceManager: remove superfluous doc comment
This commit is contained in:
@ -241,7 +241,6 @@ class ExperienceManager{
|
|||||||
$offHandIndex = -2;
|
$offHandIndex = -2;
|
||||||
|
|
||||||
//TODO: replace this with a more generic equipment getting/setting interface
|
//TODO: replace this with a more generic equipment getting/setting interface
|
||||||
/** @var Durable[] $equipment */
|
|
||||||
$equipment = [];
|
$equipment = [];
|
||||||
|
|
||||||
if(($item = $this->entity->getInventory()->getItemInHand()) instanceof Durable && $item->hasEnchantment(VanillaEnchantments::MENDING())){
|
if(($item = $this->entity->getInventory()->getItemInHand()) instanceof Durable && $item->hasEnchantment(VanillaEnchantments::MENDING())){
|
||||||
|
Reference in New Issue
Block a user