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