Skip to content

Commit bce5163

Browse files
committed
bug fix
1 parent 201fae8 commit bce5163

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
@@ -224,7 +224,7 @@ public UUID getTaxAccount() {
224224
ShopTaxAccountGettingEvent event = new ShopTaxAccountGettingEvent(uuid,this);
225225
event.callEvent();
226226
uuid = event.getTaxAccount();
227-
return null;
227+
return uuid;
228228

229229
}
230230

0 commit comments

Comments
 (0)