Remove unneccessary logged warnings
Dieser Commit ist enthalten in:
Ursprung
7cccbbd267
Commit
3f544d486a
@ -52,6 +52,7 @@ public class SWException {
|
|||||||
reasons.add("\tat ");
|
reasons.add("\tat ");
|
||||||
reasons.add("java.lang.Exception");
|
reasons.add("java.lang.Exception");
|
||||||
reasons.add("[ViaVersion] Ignoring plugin channel");
|
reasons.add("[ViaVersion] Ignoring plugin channel");
|
||||||
|
reasons.add("[ViaBackwards] Ignoring plugin channel");
|
||||||
ignorereasons = Collections.unmodifiableList(reasons);
|
ignorereasons = Collections.unmodifiableList(reasons);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren