Quick refactoring

This commit is contained in:
Acrobot 2013-02-15 19:05:18 +01:00
parent e4a152561e
commit 198b4fc086
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,7 @@
package com.Acrobot.ChestShop.Listeners.Block.Break;
import com.Acrobot.Breeze.Utils.BlockUtil;
import com.Acrobot.ChestShop.ChestShop;
import com.Acrobot.ChestShop.Configuration.Properties;
import com.Acrobot.ChestShop.Events.ShopDestroyedEvent;
import com.Acrobot.ChestShop.Permission;
@ -8,7 +9,6 @@ import com.Acrobot.ChestShop.Signs.ChestShopSign;
import com.Acrobot.ChestShop.Utils.uBlock;
import com.Acrobot.ChestShop.Utils.uName;
import com.google.common.collect.Lists;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.block.Block;
import org.bukkit.block.BlockFace;
@ -131,7 +131,7 @@ public class SignBreak implements Listener {
}
Event event = new ShopDestroyedEvent(player, sign, connectedChest);
Bukkit.getPluginManager().callEvent(event);
ChestShop.callEvent(event);
}
private static List<Sign> getAttachedSigns(Block block) {