From 81bdf6e1c4dbd935cfadaccd40eb3281c54c5115 Mon Sep 17 00:00:00 2001 From: Fire Giant Date: Wed, 20 Jul 2005 02:56:32 +0000 Subject: [PATCH] Fixed the join dialog window. Establishing connection now works, but is currently not reported by anything but the console. This was SVN commit r2494. --- binaries/data/mods/official/gui/test/2_mainmenu.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/binaries/data/mods/official/gui/test/2_mainmenu.xml b/binaries/data/mods/official/gui/test/2_mainmenu.xml index 0bfe8b6648..3ebf1b61f9 100644 --- a/binaries/data/mods/official/gui/test/2_mainmenu.xml +++ b/binaries/data/mods/official/gui/test/2_mainmenu.xml @@ -500,10 +500,11 @@ client.playerName=getGUIObjectByName("pregame_mp_modesel_playername").caption; // we've got a fixed IP (bound to localhost) here for testing purposes // success = client.beginConnect("127.0.0.1"); + ipAddress = getGUIObjectByName("pregame_mp_join_serverip").caption; success = client.beginConnect(ipAddress); if (!success) { // need proper message box code here later - console.write ("Failed to connect to server. Please check the network connection."); + console.write ("Failed to connect to server. Please check the network connection."); } else {