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