mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Day 2
This commit is contained in:
@ -444,7 +444,7 @@ abstract class BaseInventory implements Inventory{
|
||||
}
|
||||
|
||||
$pk = new InventorySlotPacket();
|
||||
$pk->slotIndex = $index;
|
||||
$pk->inventorySlot = $index;
|
||||
$pk->item = clone $this->getItem($index);
|
||||
|
||||
foreach($target as $player){
|
||||
|
Reference in New Issue
Block a user