Clear out stored errors after model loading finishes (#4938)

This commit is contained in:
Ben Staddon 2018-06-24 08:18:13 +01:00 committed by mezz
parent 61666ed6aa
commit f2d7a19702

View file

@ -1062,6 +1062,8 @@ public final class ModelLoader extends ModelBakery
FMLLog.log.fatal("Suppressed additional {} model loading errors for domain {}", e.getValue() - verboseMissingInfoCount, e.getKey());
}
}
loadingExceptions.clear();
missingVariants.clear();
isLoading = false;
}