diff --git a/src/command/defaults/ClearCommand.php b/src/command/defaults/ClearCommand.php index 02f8d0c9e..e4a359432 100644 --- a/src/command/defaults/ClearCommand.php +++ b/src/command/defaults/ClearCommand.php @@ -100,7 +100,8 @@ class ClearCommand extends VanillaCommand{ $inventories = [ $target->getInventory(), $target->getCursorInventory(), - $target->getArmorInventory() + $target->getArmorInventory(), + $target->getOffHandInventory() ]; // Checking player's inventory for all the items matching the criteria