mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-09 20:21:07 +00:00
Assign type in ShopBuySellEvent
This commit is contained in:
parent
14d23c2d57
commit
3a7e96f88d
@ -13,6 +13,7 @@ public class ShopBuySellEvent extends ShopEvent implements Cancellable {
|
|||||||
public ShopBuySellEvent(Player player, Shop shop, Type type) {
|
public ShopBuySellEvent(Player player, Shop shop, Type type) {
|
||||||
this.player = player;
|
this.player = player;
|
||||||
this.shop = shop;
|
this.shop = shop;
|
||||||
|
this.type = type;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user