remove duplicated "Server: ... the server" wording

This commit is contained in:
Matthias Mailänder
2014-09-13 11:22:09 +02:00
parent b1132fae44
commit f4b3a73af6

View File

@@ -355,7 +355,7 @@ namespace OpenRA.Server
t.ClientJoined(this, newConn); t.ClientJoined(this, newConn);
SyncLobbyInfo(); SyncLobbyInfo();
SendMessage("{0} has joined the server.".F(client.Name)); SendMessage("{0} has joined the game.".F(client.Name));
// Send initial ping // Send initial ping
SendOrderTo(newConn, "Ping", Game.RunTime.ToString()); SendOrderTo(newConn, "Ping", Game.RunTime.ToString());