remove duplicated "Server: ... the server" wording
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user