mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-08 19:51:05 +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) {
|
||||
this.player = player;
|
||||
this.shop = shop;
|
||||
this.type = type;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user