mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Merge branch 'next-minor' of github.com:pmmp/PocketMine-MP into next-minor
This commit is contained in:
commit
7ad1afee89
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user