Merge branch 'next-minor' of github.com:pmmp/PocketMine-MP into next-minor

This commit is contained in:
Dylan K. Taylor 2021-12-09 13:54:06 +00:00
commit 7ad1afee89
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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