Adding ignored messages
Dieser Commit ist enthalten in:
Ursprung
37cd870ac2
Commit
432ae0841e
@ -62,6 +62,8 @@ public class SWException {
|
|||||||
reasons.add("[WorldEditSUI]");
|
reasons.add("[WorldEditSUI]");
|
||||||
reasons.add("Unsupported key:");
|
reasons.add("Unsupported key:");
|
||||||
reasons.add("ThrownPotion entity");
|
reasons.add("ThrownPotion entity");
|
||||||
|
reasons.add("Ignoring unknown attribute");
|
||||||
|
reasons.add("Skipping player strafe phase because no player was found");
|
||||||
ignorereasons = Collections.unmodifiableList(reasons);
|
ignorereasons = Collections.unmodifiableList(reasons);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren