Skip to content

Commit 4c7f3ba

Browse files
committed
fix build error
1 parent 3b991b5 commit 4c7f3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/shop/ContainerShop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public UUID getTaxAccount() {
223223
uuid = ((JavaShopManager) plugin.getShopManager()).getCacheTaxAccount().getUniqueId();
224224
}
225225
}
226-
ShopTaxAccountGettingEvent event = new ShopTaxAccountGettingEvent(uuid, this);
226+
ShopTaxAccountGettingEvent event = new ShopTaxAccountGettingEvent(this, uuid);
227227
event.callEvent();
228228
return event.getTaxAccount();
229229

0 commit comments

Comments
 (0)