Assign type in ShopBuySellEvent

This commit is contained in:
Eric 2016-07-06 17:21:11 +02:00
parent 14d23c2d57
commit 3a7e96f88d

View File

@ -13,6 +13,7 @@ public class ShopBuySellEvent extends ShopEvent implements Cancellable {
public ShopBuySellEvent(Player player, Shop shop, Type type) {
this.player = player;
this.shop = shop;
this.type = type;
}
@Override