From 94a519beb09417cf8c9a7a1ae328eebc55dbbd60 Mon Sep 17 00:00:00 2001 From: extendedclip Date: Sat, 24 Mar 2018 11:57:02 -0400 Subject: [PATCH] true not false.... --- .../me/clip/placeholderapi/expansion/PlaceholderExpansion.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/clip/placeholderapi/expansion/PlaceholderExpansion.java b/src/main/java/me/clip/placeholderapi/expansion/PlaceholderExpansion.java index 29bbd33..076247c 100644 --- a/src/main/java/me/clip/placeholderapi/expansion/PlaceholderExpansion.java +++ b/src/main/java/me/clip/placeholderapi/expansion/PlaceholderExpansion.java @@ -40,7 +40,7 @@ public abstract class PlaceholderExpansion extends PlaceholderHook { } /** - * Expansions that do not use the ecloud and instead register from the dependency should set this to false + * Expansions that do not use the ecloud and instead register from the dependency should set this to true * to ensure that your placeholder expansion is not unregistered when the papi reload command is used * @return if the expansion should persist through reloads */