summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/NetLobbyServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/NetLobbyServer.cpp')
-rw-r--r--StarsEx/NetLobbyServer.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/StarsEx/NetLobbyServer.cpp b/StarsEx/NetLobbyServer.cpp
index 371310f..2039fff 100644
--- a/StarsEx/NetLobbyServer.cpp
+++ b/StarsEx/NetLobbyServer.cpp
@@ -12,6 +12,9 @@
*/
#include "NetLobbyServer.h"
+
+#include <InfoEx.h>
+
#include "NetServerConfig.h"
#include "NetClientConfig.h"
#include "NetBrokerClient.h"
@@ -36,7 +39,6 @@
#include "NetHost.h"
#include "NetMsg.h"
-#include "MachineInfo.h"
#include "Clock.h"
#include "FormatUtil.h"
#include "VersionInfo.h"
@@ -838,7 +840,7 @@ NetLobbyServer::DoServerInfo(NetPeer* peer, Text s)
gameport = server_config->GetGamePort();
sprintf_s(buffer, "info \"%s\" version \"%s\" mode %d users %d host %s port %d",
- MachineInfo::GetShortDescription(),
+ InfoEx::ShortDescription().data(),
versionInfo,
GetStatus(),
NumUsers(),