This commit is contained in:
HaHaWTH
2023-12-15 21:36:32 +08:00
parent 2485514111
commit 9daf44d512
2 changed files with 2 additions and 1 deletions
@@ -39,7 +39,7 @@ public final class PluginSettings implements SettingsHolder {
"https://github.com/AuthMe/AuthMeReloaded/blob/master/docs/translations.md"
})
public static final Property<String> MESSAGES_LANGUAGE =
newProperty("settings.messagesLanguage", "zhcn");
newProperty("settings.messagesLanguage", "en");
@Comment({
"Enables switching a player to defined permission groups before they log in.",