Improves the generation of the list of available chat colors

This commit is contained in:
2022-02-09 17:19:51 +01:00
parent 61b05bcce9
commit 28bb6f2109
9 changed files with 13 additions and 20 deletions

View File

@@ -345,4 +345,5 @@ public class Portal {
return cleanNetwork.equalsIgnoreCase(other.cleanNetwork);
}
}
}

View File

@@ -448,4 +448,5 @@ public class PortalHandler {
}
return input.replaceAll("[|:#]", "").trim();
}
}