Merge branch 'item-stack-request' of github.com:pmmp/PocketMine-MP into item-stack-request

This commit is contained in:
Dylan K. Taylor
2023-01-05 17:24:15 +00:00

View File

@@ -91,7 +91,7 @@ final class ItemStackResponseBuilder{
$slotId, $slotId,
$item->getCount(), $item->getCount(),
$itemStackInfo->getStackId(), $itemStackInfo->getStackId(),
$item->hasCustomName() ? $item->getCustomName() : "", $item->getCustomName(),
0 0
); );
} }