12
0

Hotfix recipe spam

Dieser Commit ist enthalten in:
Lixfel 2020-04-11 13:04:46 +02:00
Ursprung 6e616c6366
Commit 5534cfb6d9

Datei anzeigen

@ -41,6 +41,8 @@ public class SWException {
return;
}else if(message.startsWith("[ViaVersion] Failed to remove injection handler") || message.startsWith("Something went wrong upgrading!"))
return;
else if(message.startsWith("Tried to load unrecognized recipe"))
return;
message += "\n\n";