Added display item

This commit is contained in:
LCastr0 2016-12-29 21:49:20 -02:00
parent 9ec8835374
commit 9578864f8a

View File

@ -29,7 +29,7 @@ public class BalloonItem extends BalloonGadget
super(manager, balloonType.getName(), balloonType.getLore(), balloonType.getCost(),
balloonType.getDisplayItem().getType(),
balloonType.getDisplayItem().getData().getData(), balloonType.getEntityType());
// TODO ADD DISPLAY ITEM
setDisplayItem(balloonType.getDisplayItem());
_balloonType = balloonType;
}