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:
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user