Misc. cleanup of UI / Removed 'font scale' var / Removed [orange]

This commit is contained in:
Anuken
2018-11-06 23:47:23 -05:00
parent 837f621633
commit d4f5e854c5
37 changed files with 1186 additions and 1203 deletions

View File

@@ -47,7 +47,7 @@ public class BundleLauncher {
int added = 0;
for(String key : base.orderedKeys()){
if(!other.containsKey(key)){
if(!other.containsKey(key) || other.get(key).trim().isEmpty()){
other.put(key, base.get(key));
added ++;
Log.info("&lc- Adding missing key '{0}'...", key);