diff --git a/binaries/data/mods/public/gui/common/functions_page_pregame_multiplayer.js b/binaries/data/mods/public/gui/common/functions_page_pregame_multiplayer.js index 81f354264d..30abe4899c 100644 --- a/binaries/data/mods/public/gui/common/functions_page_pregame_multiplayer.js +++ b/binaries/data/mods/public/gui/common/functions_page_pregame_multiplayer.js @@ -5,7 +5,7 @@ // ==================================================================== -function initMPHost (parentWindow, gameName, welcomeMessage, profileName) +function initMPHost (parentWindow, gameName, welcomeMessage) { // Set up the server var server = createServer(); @@ -14,7 +14,7 @@ function initMPHost (parentWindow, gameName, welcomeMessage, profileName) // Server Name server.serverName = gameName; // Host Name - server.serverPlayerName = profileName; + server.serverPlayerName = "Player"; // start listening var success = server.open(); @@ -69,12 +69,12 @@ function initMPHost (parentWindow, gameName, welcomeMessage, profileName) // ==================================================================== -function initMPClient (mpParentWindow, ipAddress, profileName) +function initMPClient (mpParentWindow, ipAddress) { // Create the client instance var client = createClient(); // Player Name - client.playerName = profileName; + client.playerName = "Player"; client.onClientConnect = function (event) { diff --git a/binaries/data/mods/public/gui/common/functions_page_pregame_setup.js b/binaries/data/mods/public/gui/common/functions_page_pregame_setup.js index 9618137809..41b137dfd3 100644 --- a/binaries/data/mods/public/gui/common/functions_page_pregame_setup.js +++ b/binaries/data/mods/public/gui/common/functions_page_pregame_setup.js @@ -8,8 +8,7 @@ // Open the Session Setup screen. function openSessionSetup (sessionReturnWindow) { - var profileName = getCurrItemValue ("pgProfileName"); - var titleBar = getGUIObjectByName ("pgSessionSetupTitleBar"); + var titleBar = getGUIObjectByName ("pgSessionSetupTitleBar"); // Setup remaining slots. for (var i = 1; i <= g_GameAttributes.numSlots; i++) diff --git a/binaries/data/mods/public/gui/pregame/mainmenu.xml b/binaries/data/mods/public/gui/pregame/mainmenu.xml index c52e4b5190..25d333e062 100644 --- a/binaries/data/mods/public/gui/pregame/mainmenu.xml +++ b/binaries/data/mods/public/gui/pregame/mainmenu.xml @@ -101,47 +101,6 @@ Watch for updates or get involved in the development: http://wildfiregames.com/0 >tooltipText - - - - Current Profile: - - - - - - -