Skip to content

Commit

Permalink
Merge pull request #180 from Laande/patch-1
Browse files Browse the repository at this point in the history
Change port for habbo.com
  • Loading branch information
sirjonasxx authored Jun 20, 2024
2 parents ef18ff1 + 84cfbac commit e544a3f
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 e544a3f

Please sign in to comment.