add data to SupportPackagePage ItemBuilder
This commit is contained in:
parent
e15a004646
commit
c5106f8042
@ -86,7 +86,7 @@ public class SupportPackagePage extends SupportPage
|
||||
getPlayer(),
|
||||
_target,
|
||||
this,
|
||||
new ItemBuilder(item.getLeft().getType()).setTitle(item.getLeft().getItemMeta().getDisplayName()),
|
||||
new ItemBuilder(item.getLeft().getType()).setData(item.getLeft().getData().getData()).setTitle(item.getLeft().getItemMeta().getDisplayName()),
|
||||
item.getRight().get(0)
|
||||
));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user