aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-02-08 22:54:08 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-02-08 22:54:08 +0000
commit046e02362185c0abbd386a173e40293e1a1745aa (patch)
treedbda9c224c8225cdd84ed152ec56a5b7ed11a9d6 /src
parent1868efd82faea7c3760d6912456204273b3d9f0b (diff)
Actually enabled Quests placeholders
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/leonardobishop/quests/hooks/papi/PlaceholderAPIHook.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/com/leonardobishop/quests/hooks/papi/PlaceholderAPIHook.java b/src/main/java/com/leonardobishop/quests/hooks/papi/PlaceholderAPIHook.java
index 904ce81c..13542b28 100644
--- a/src/main/java/com/leonardobishop/quests/hooks/papi/PlaceholderAPIHook.java
+++ b/src/main/java/com/leonardobishop/quests/hooks/papi/PlaceholderAPIHook.java
@@ -16,6 +16,7 @@ public class PlaceholderAPIHook implements IPlaceholderAPIHook {
@Override
public void registerExpansion(Quests plugin) {
placeholder = new QuestsPlaceholders(plugin);
+ placeholder.register();
}