summaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/leonardobishop/quests/Quests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/leonardobishop/quests/Quests.java b/src/main/java/com/leonardobishop/quests/Quests.java
index 48973e57..63fcdf08 100644
--- a/src/main/java/com/leonardobishop/quests/Quests.java
+++ b/src/main/java/com/leonardobishop/quests/Quests.java
@@ -179,7 +179,7 @@ public class Quests extends JavaPlugin {
if (Bukkit.getPluginManager().isPluginEnabled("ShopGUIPlus")) {
// not tested
taskTypeManager.registerTaskType(new ShopGUIPlusBuyTaskType());
- taskTypeManager.registerTaskType(new ShopGUIPlusBuyTaskType());
+ taskTypeManager.registerTaskType(new ShopGUIPlusSellTaskType());
}
taskTypeManager.closeRegistrations();