Fixed #4879 / Fixed server speed validation check

This commit is contained in:
Anuken
2021-03-06 14:23:10 -05:00
parent 7c7c57c64e
commit 18c669ae3e
5 changed files with 8 additions and 5 deletions

View File

@@ -436,6 +436,7 @@ public class ContentParser{
try{
run.run();
}catch(Throwable t){
Log.err(t);
//don't overwrite double errors
markError(currentContent, t);
}