SteamWar/SpigotCore
Archiviert
13
0

Revert "Adding ignored messages"

This reverts commit aa798d36
Dieser Commit ist enthalten in:
Lixfel 2020-11-28 00:04:28 +01:00
Ursprung aa798d366c
Commit 31a44e410f

Datei anzeigen

@ -48,8 +48,8 @@ public class SWException {
reasons.add("To change this, set \"online-mode\" to \"true\" in the server.properties file.");
reasons.add("This crash report has been saved to:");
reasons.add("Could not pass event PlayerQuitEvent to WorldEditSUI");
reasons.add("[ViaVersion] ");
reasons.add("[ViaBackwards] ");
reasons.add("[ViaVersion] Failed to remove injection handler");
reasons.add("[ViaBackwards] Metadata for entity id");
reasons.add("Something went wrong upgrading!");
reasons.add("Tried to load unrecognized recipe");
reasons.add("Invalid BlockState in palette:");
@ -57,8 +57,8 @@ public class SWException {
reasons.add("Can't keep up! Is the server overloaded?");
reasons.add("\tat ");
reasons.add("java.lang.Exception");
reasons.add("An exceptionCaught()");
reasons.add("Exception verifying");
reasons.add("[ViaVersion] Ignoring");
reasons.add("[ViaBackwards] Ignoring");
ignorereasons = Collections.unmodifiableList(reasons);
}