Bundles updated / Crash fix

This commit is contained in:
Anuken
2018-09-07 09:18:58 -04:00
parent f0d884e114
commit 2ad8f1c112
17 changed files with 200 additions and 672 deletions

View File

@@ -33,7 +33,7 @@ public class BundleLauncher {
removals.clear();
for(String key : other.orderedKeys()){
if(!base.containsKey(key)){
if(!base.containsKey(key) && !key.contains(".description")){
removals.add(key);
Log.info("&lr- Removing unused key '{0}'...", key);
}