mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 03:16:35 +00:00
ExperienceManager: remove superfluous doc comment
This commit is contained in:
parent
6866c86d39
commit
6dd5fec4ea
@ -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())){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user