diff --git a/pom.xml b/pom.xml
index 64344ac..675c3ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,10 +146,6 @@
org.bukkit
bukkit
-
- org.bukkit
- craftbukkit
-
diff --git a/src/main/java/com/Acrobot/ChestShop/ChestShop.java b/src/main/java/com/Acrobot/ChestShop/ChestShop.java
index a2b1ce5..fc2b94b 100644
--- a/src/main/java/com/Acrobot/ChestShop/ChestShop.java
+++ b/src/main/java/com/Acrobot/ChestShop/ChestShop.java
@@ -263,9 +263,9 @@ public class ChestShop extends JavaPlugin {
registerEvent(new ItemInfoListener());
registerEvent(new GarbageTextListener());
-
+
Plugin authMe = getServer().getPluginManager().getPlugin("AuthMe");
- if (authMe != null && authMe.isEnabled()){
+ if (authMe != null && authMe.isEnabled()) {
registerEvent(new AuthMeChestShopListener());
}