diff --git a/OpenRA.Game/Server/Server.cs b/OpenRA.Game/Server/Server.cs index da4bfaccf1..a6b8e7c53b 100644 --- a/OpenRA.Game/Server/Server.cs +++ b/OpenRA.Game/Server/Server.cs @@ -372,6 +372,9 @@ namespace OpenRA.Server SyncLobbyInfo(); + Log.Write("server", "{0} ({1}) has joined the game.", + client.Name, newConn.Socket.RemoteEndPoint); + if (!LobbyInfo.IsSinglePlayer) SendMessage("{0} has joined the game.".F(client.Name));