Remove unneccessary logged warnings
Dieser Commit ist enthalten in:
Ursprung
ef351455be
Commit
e039392d01
@ -45,6 +45,8 @@ public class SWException {
|
|||||||
reasons.add("[ViaVersion] Failed to remove injection handler");
|
reasons.add("[ViaVersion] Failed to remove injection handler");
|
||||||
reasons.add("Something went wrong upgrading!");
|
reasons.add("Something went wrong upgrading!");
|
||||||
reasons.add("Tried to load unrecognized recipe");
|
reasons.add("Tried to load unrecognized recipe");
|
||||||
|
reasons.add("Invalid BlockState in palette:");
|
||||||
|
reasons.add("Could not register alias toggleclipboard");
|
||||||
ignorereasons = Collections.unmodifiableList(reasons);
|
ignorereasons = Collections.unmodifiableList(reasons);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -57,6 +59,9 @@ public class SWException {
|
|||||||
if(message.startsWith(reason))
|
if(message.startsWith(reason))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if(message.contains("moved too quickly!") || message.contains("was kicked for floating too long!"))
|
||||||
|
return;
|
||||||
|
|
||||||
switch (message) {
|
switch (message) {
|
||||||
case "The server has stopped responding!":
|
case "The server has stopped responding!":
|
||||||
logDisabled = true;
|
logDisabled = true;
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren