Dieser Commit ist enthalten in:
Ursprung
768a538813
Commit
88f957d1df
@ -129,7 +129,8 @@ public class ErrorHandler extends Handler {
|
|||||||
startsWith.add("Failed to save player data for ");
|
startsWith.add("Failed to save player data for ");
|
||||||
startsWith.add("Failed to check session lock for world located at");
|
startsWith.add("Failed to check session lock for world located at");
|
||||||
startsWith.add("Saving oversized chunk ");
|
startsWith.add("Saving oversized chunk ");
|
||||||
startsWith.add("Ignoring plugin channel in incoming");
|
startsWith.add("Ignoring plugin channel");
|
||||||
|
startsWith.add("Ignoring incoming plugin");
|
||||||
ignoreStartsWith = Collections.unmodifiableList(startsWith);
|
ignoreStartsWith = Collections.unmodifiableList(startsWith);
|
||||||
|
|
||||||
List<String> contains = new ArrayList<>();
|
List<String> contains = new ArrayList<>();
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren