Removed BLOCK_UPDATE (which didn't work)

This commit is contained in:
Acrobot 2012-04-19 16:36:31 +02:00
parent a71b56e1f7
commit 475ba36728
1 changed files with 0 additions and 4 deletions

View File

@ -8,7 +8,6 @@ import com.Acrobot.ChestShop.Config.Property;
import com.Acrobot.ChestShop.Economy.Economy;
import com.Acrobot.ChestShop.Logging.Logging;
import com.Acrobot.ChestShop.Permission;
import com.Acrobot.ChestShop.Utils.uBlock;
import com.Acrobot.ChestShop.Utils.uInventory;
import com.Acrobot.ChestShop.Utils.uSign;
import org.bukkit.block.Sign;
@ -112,8 +111,6 @@ public class Shop {
.replace("%buyer", playerName)
.replace("%price", formatedPrice));
}
if (Config.getBoolean(Property.BLOCK_UPDATE)) uBlock.blockUpdate(sign.getBlock());
}
public void sell(Player player) {
@ -189,7 +186,6 @@ public class Shop {
.replace("%seller", player.getName())
.replace("%price", formatedBalance));
}
if (Config.getBoolean(Property.BLOCK_UPDATE)) uBlock.blockUpdate(sign.getBlock());
}
private String getOwnerAccount() {