fix config option path

This commit is contained in:
PiggyPiglet
2026-02-02 17:43:41 +08:00
parent 9c1db4b48a
commit 5ea5a18fe8

View File

@@ -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);
} }