mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-05 11:57:14 +01:00
fix config option path
This commit is contained in:
@@ -55,7 +55,7 @@ public final class PlaceholderAPIConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean useAdventureReplacer() {
|
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