true not false....

This commit is contained in:
extendedclip 2018-03-24 11:57:02 -04:00
parent 3a672e94ac
commit 94a519beb0
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/