Change default server to prevent recursion
This commit is contained in:
parent
738ff6c249
commit
7901cdfed6
@ -70,7 +70,7 @@ public class Configuration {
|
|||||||
*/
|
*/
|
||||||
public Map<String, String> servers = new HashMap<String, String>() {
|
public Map<String, String> servers = new HashMap<String, String>() {
|
||||||
{
|
{
|
||||||
put(defaultServerName, "127.0.0.1");
|
put(defaultServerName, "127.0.0.1:1338");
|
||||||
put("pvp", "127.0.0.1:1337");
|
put("pvp", "127.0.0.1:1337");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user