SteamWar/SpigotCore
Archiviert
13
0

Adding ignored messages

Dieser Commit ist enthalten in:
Lixfel 2020-11-27 14:31:40 +01:00
Ursprung 64f72da357
Commit aa798d366c

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] Failed to remove injection handler");
reasons.add("[ViaBackwards] Metadata for entity id");
reasons.add("[ViaVersion] ");
reasons.add("[ViaBackwards] ");
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("[ViaVersion] Ignoring");
reasons.add("[ViaBackwards] Ignoring");
reasons.add("An exceptionCaught()");
reasons.add("Exception verifying");
ignorereasons = Collections.unmodifiableList(reasons);
}