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
commit 81697111b9
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

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