mirror of
https://github.com/glest/glest-source.git
synced 2025-10-01 01:46:42 +02:00
Network Playernames ( and some more changes in the options menu )
This commit is contained in:
@@ -160,7 +160,7 @@ void ClientInterface::updateLobby()
|
||||
|
||||
|
||||
//send intro message
|
||||
NetworkMessageIntro sendNetworkMessageIntro(getNetworkVersionString(), getHostName(), -1);
|
||||
NetworkMessageIntro sendNetworkMessageIntro(getNetworkVersionString(), Config::getInstance().getString("NetPlayerName"), -1);
|
||||
|
||||
playerIndex= networkMessageIntro.getPlayerIndex();
|
||||
serverName= networkMessageIntro.getName();
|
||||
|
Reference in New Issue
Block a user