Fix discounts not working

This commit is contained in:
Acrobot 2013-02-23 22:22:08 +01:00
parent abdbcc15e1
commit f1f0f13b01
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}