Clear out stored errors after model loading finishes (#4938)
This commit is contained in:
parent
61666ed6aa
commit
f2d7a19702
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue