Fix #106
This commit is contained in:
parent
9d70f720ca
commit
563105ae4f
@ -294,7 +294,7 @@ public class ServerListManager {
|
||||
String split = "";
|
||||
for (String serverIp : serverIps) {
|
||||
sb.append(split);
|
||||
sb.append(serverIp);
|
||||
sb.append(serverIp.replaceAll(":", "_"));
|
||||
split = "-";
|
||||
}
|
||||
return sb.toString();
|
||||
|
Loading…
Reference in New Issue
Block a user