mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 23:37:45 +00:00
Merge branch 'item-stack-request' of github.com:pmmp/PocketMine-MP into item-stack-request
This commit is contained in:
@@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user