9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2026-01-02 13:56:32 +00:00

Update default configs

This commit is contained in:
XiaoMoMi
2024-09-06 01:12:53 +08:00
parent bce94b4558
commit 1d350ce98d
9 changed files with 254 additions and 229 deletions

View File

@@ -144,7 +144,7 @@ public class TranslationManager {
});
Locale localLocale = Locale.getDefault();
if (!this.installed.contains(localLocale)) {
if (!this.installed.contains(localLocale) && FORCE_LOCALE == null) {
plugin.getPluginLogger().warn(localLocale.toString().toLowerCase(Locale.ENGLISH) + ".yml not exists, using en.yml as default locale.");
}
}