Skip to content

Commit

Permalink
Change port for habbo.com
Browse files Browse the repository at this point in the history
ref issue sirjonasxx#179
  • Loading branch information
Laande committed May 1, 2024
1 parent 8a717ad commit 84cfbac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class ProxyProviderFactory {
autoDetectHosts.add("game-it.habbo.com:30000");
autoDetectHosts.add("game-nl.habbo.com:30000");
autoDetectHosts.add("game-tr.habbo.com:30000");
autoDetectHosts.add("game-us.habbo.com:38101");
autoDetectHosts.add("game-us.habbo.com:30000");
autoDetectHosts.add("game-s2.habbo.com:30000");

List<Object> additionalCachedHotels = Cacher.getList(HOTELS_CACHE_KEY);
Expand Down

0 comments on commit 84cfbac

Please sign in to comment.