mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-11-24 02:56:02 +01:00
Fix discounts not working
This commit is contained in:
parent
abdbcc15e1
commit
f1f0f13b01
@ -50,7 +50,7 @@ public class DiscountModule implements Listener {
|
||||
|
||||
Player client = event.getClient();
|
||||
|
||||
if (PriceUtil.hasBuyPrice(event.getSign().getLine(PRICE_LINE))) {
|
||||
if (!PriceUtil.hasBuyPrice(event.getSign().getLine(PRICE_LINE))) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user