aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-03-01 18:15:52 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-03-01 18:15:52 +0000
commita33ea3abc16eb9c53880f897b2d93354852c67b5 (patch)
tree5c94e35100ee64ec93ae327291d4ad2279892755 /src/main/java/com
parent1de777385ae3f298fd8c0e6d77c186f64b584d51 (diff)
Change from buy to sell
Diffstat (limited to 'src/main/java/com')
-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();