Remove unneccessary logged warnings
Dieser Commit ist enthalten in:
Ursprung
94a28078bd
Commit
7cccbbd267
@ -51,6 +51,7 @@ public class SWException {
|
|||||||
reasons.add("Can't keep up! Is the server overloaded?");
|
reasons.add("Can't keep up! Is the server overloaded?");
|
||||||
reasons.add("\tat ");
|
reasons.add("\tat ");
|
||||||
reasons.add("java.lang.Exception");
|
reasons.add("java.lang.Exception");
|
||||||
|
reasons.add("[ViaVersion] Ignoring plugin channel");
|
||||||
ignorereasons = Collections.unmodifiableList(reasons);
|
ignorereasons = Collections.unmodifiableList(reasons);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren