diff --git a/SpigotCore_Main/src/de/steamwar/sql/SWException.java b/SpigotCore_Main/src/de/steamwar/sql/SWException.java index 6b28ca0..67c2724 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/SWException.java +++ b/SpigotCore_Main/src/de/steamwar/sql/SWException.java @@ -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); }