1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-20 02:33:15 +01:00

Update locales

This commit is contained in:
nossr50
2020-11-10 12:19:23 -08:00
parent b0afdccfa5
commit 7887232d93
10 changed files with 5 additions and 10 deletions

View File

@@ -126,7 +126,7 @@ public class RankConfig extends AutoUpdateConfigLoader {
String key = getRankAddressKey(subSkillType, rank, retroMode);
int defaultValue = getInternalConfig().getInt(key);
config.set(key, defaultValue);
plugin.getLogger().info(key +" set to a value of: " + defaultValue);
plugin.getLogger().info(key +" SET -> " + defaultValue);
}
/**