Skip to content

Commit 91b0751

Browse files
committed
bug fix
1 parent f26b102 commit 91b0751

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,7 @@ public UUID getTaxAccount() {
223223
}
224224
ShopTaxAccountGettingEvent event = new ShopTaxAccountGettingEvent(uuid,this);
225225
event.callEvent();
226-
uuid = event.getTaxAccount();
227-
return uuid;
226+
return event.getTaxAccount();
228227

229228
}
230229

0 commit comments

Comments
 (0)