This commit is contained in:
Dylan K. Taylor
2017-08-02 20:09:43 +01:00
parent 77cd8e7799
commit 63d2b341b9
9 changed files with 168 additions and 15 deletions

View File

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