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