games are now added on the correct port

#story[1188]
main
hba56 8 years ago
parent f1c07bca46
commit a494eb4a6d

@ -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"));
}
}
}

Loading…
Cancel
Save