mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
Remove unnecessary ternary operator (#5493)
This commit is contained in:
parent
2e9a3f9160
commit
c6e11a8453
@ -91,7 +91,7 @@ final class ItemStackResponseBuilder{
|
||||
$slotId,
|
||||
$item->getCount(),
|
||||
$itemStackInfo->getStackId(),
|
||||
$item->hasCustomName() ? $item->getCustomName() : "",
|
||||
$item->getCustomName(),
|
||||
0
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user