diff --git a/src/Player.php b/src/Player.php index e21789d79..fc2e94a57 100644 --- a/src/Player.php +++ b/src/Player.php @@ -272,6 +272,7 @@ class Player{ public function setSlot($slot, Item $item){ $this->inventory[(int) $slot] = array($item->getID(), $item->getMetadata(), $item->count); + $this->sendInventorySlot((int) $slot); return true; }