diff --git a/ShopChest/src/main/java/de/epiceric/shopchest/event/ShopBuySellEvent.java b/ShopChest/src/main/java/de/epiceric/shopchest/event/ShopBuySellEvent.java index 9cfb7a9..aa7dc7e 100644 --- a/ShopChest/src/main/java/de/epiceric/shopchest/event/ShopBuySellEvent.java +++ b/ShopChest/src/main/java/de/epiceric/shopchest/event/ShopBuySellEvent.java @@ -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