12
0

Reducing exception spam

Dieser Commit ist enthalten in:
Lixfel 2020-03-28 10:26:26 +01:00
Ursprung b0e2b9ee02
Commit 111d99cf8b

Datei anzeigen

@ -39,7 +39,7 @@ public class SWException {
logDisabled = true;
}else if(message.startsWith("This crash report has been saved to:") || message.startsWith("Could not pass event PlayerQuitEvent to WorldEditSUI")){
return;
}else if(message.startsWith("[ViaVersion] Failed to remove injection handler"))
}else if(message.startsWith("[ViaVersion] Failed to remove injection handler") || message.startsWith("Something went wrong upgrading!"))
return;