mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Inventory: eliminate remaining $send parameters
This commit is contained in:
@ -98,6 +98,6 @@ trait ContainerTrait{
|
||||
foreach($inv->getContents() as $k => $item){
|
||||
$pos->world->dropItem($pos->add(0.5, 0.5, 0.5), $item);
|
||||
}
|
||||
$inv->clearAll(false);
|
||||
$inv->clearAll();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user