mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-27 02:40:51 +01:00
Add de,fi,it and sort alphabetically
This commit is contained in:
parent
8f17207ddf
commit
5c22fb0599
@ -66,13 +66,15 @@ public class HConnection {
|
|||||||
private static List<String> autoDetectHosts;
|
private static List<String> autoDetectHosts;
|
||||||
static {
|
static {
|
||||||
autoDetectHosts = new ArrayList<>();
|
autoDetectHosts = new ArrayList<>();
|
||||||
autoDetectHosts.add("game-us.habbo.com:38101");
|
|
||||||
autoDetectHosts.add("game-nl.habbo.com:30000");
|
|
||||||
autoDetectHosts.add("game-br.habbo.com:30000");
|
autoDetectHosts.add("game-br.habbo.com:30000");
|
||||||
|
autoDetectHosts.add("game-de.habbo.com:30000");
|
||||||
autoDetectHosts.add("game-es.habbo.com:30000");
|
autoDetectHosts.add("game-es.habbo.com:30000");
|
||||||
|
autoDetectHosts.add("game-fi.habbo.com:30000");
|
||||||
autoDetectHosts.add("game-fr.habbo.com:30000");
|
autoDetectHosts.add("game-fr.habbo.com:30000");
|
||||||
|
autoDetectHosts.add("game-it.habbo.com:30000");
|
||||||
autoDetectHosts.add("game-nl.habbo.com:30000");
|
autoDetectHosts.add("game-nl.habbo.com:30000");
|
||||||
autoDetectHosts.add("game-tr.habbo.com:30000");
|
autoDetectHosts.add("game-tr.habbo.com:30000");
|
||||||
|
autoDetectHosts.add("game-us.habbo.com:38101");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user