fix config typo

This commit is contained in:
HaHaWTH 2023-11-16 01:22:47 +08:00
parent 3ff3b0d294
commit 66cf0143f6

View File

@ -14,7 +14,7 @@ public final class PluginSettings implements SettingsHolder {
"If you are using TrMenu, don't enable this because TrMenu already implemented this."
})
public static final Property<Boolean> MENU_UNREGISTER_COMPATIBILITY =
newProperty("3rdPartyFeatures.compatibility.menu_plugins", true);
newProperty("3rdPartyFeature.compatibility.menu_plugins", true);
@Comment({
"Do you want to enable the session feature?",