Skip to content

Commit 12ec9c6

Browse files
Add missed comment
1 parent 5a1e164 commit 12ec9c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,7 @@ public void actionCreate(@NotNull Player p, Info info, @NotNull String message)
944944
return;
945945
}
946946

947+
// Price limit checking
947948
PriceLimiterCheckResult priceCheckResult = this.priceLimiter.check(info.getItem(), price);
948949

949950
if (priceCheckResult.getStatus() != PriceLimiterStatus.PASS) {

0 commit comments

Comments
 (0)