#story[1188]
@ -164,7 +164,7 @@ public class LobbyController extends Controller {
connections.clear();
connections.addAll(customConnections);
for (HostGame game : matchBrowserLobbyInterface.getGames()) {
connections.add(new RaceConnection(game.getIp(), game.getPort(), "Boat Game"));
connections.add(new RaceConnection(game.getIp(), 4942, "Boat Game"));
}