add data to SupportPackagePage ItemBuilder

This commit is contained in:
Spencer 2018-01-06 21:48:37 -05:00 committed by Alexander Meech
parent e15a004646
commit c5106f8042
1 changed files with 1 additions and 1 deletions

View File

@ -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)
));
});