mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-04 23:53:20 +01:00
fix config option path
This commit is contained in:
@@ -55,7 +55,7 @@ public final class PlaceholderAPIConfig {
|
||||
}
|
||||
|
||||
public boolean useAdventureReplacer() {
|
||||
return plugin.getConfig().getBoolean("useAdventureProvidedReplacer", false);
|
||||
return plugin.getConfig().getBoolean("use_adventure_provided_replacer", false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user