fix config typo
This commit is contained in:
parent
3ff3b0d294
commit
66cf0143f6
@ -14,7 +14,7 @@ public final class PluginSettings implements SettingsHolder {
|
|||||||
"If you are using TrMenu, don't enable this because TrMenu already implemented this."
|
"If you are using TrMenu, don't enable this because TrMenu already implemented this."
|
||||||
})
|
})
|
||||||
public static final Property<Boolean> MENU_UNREGISTER_COMPATIBILITY =
|
public static final Property<Boolean> MENU_UNREGISTER_COMPATIBILITY =
|
||||||
newProperty("3rdPartyFeatures.compatibility.menu_plugins", true);
|
newProperty("3rdPartyFeature.compatibility.menu_plugins", true);
|
||||||
|
|
||||||
@Comment({
|
@Comment({
|
||||||
"Do you want to enable the session feature?",
|
"Do you want to enable the session feature?",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user