mirror of
https://github.com/EpicEricEE/ShopChest.git
synced 2024-11-08 20:01:25 +01:00
Changed message when translation not found
Apparently the old message wasn't clear enough
This commit is contained in:
parent
d3111a3670
commit
7e24b8e596
@ -41,7 +41,7 @@ public class LanguageConfiguration extends FileConfiguration {
|
||||
}
|
||||
}
|
||||
|
||||
plugin.getLogger().warning("Using default value for: " + path + " (" + def + ")");
|
||||
plugin.getLogger().info("Could not find translation for \"" + path + "\" in selected language file. Using default translation (" + def + ")");
|
||||
return def;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user