don't display game join notifications during missions
This commit is contained in:
@@ -359,7 +359,9 @@ namespace OpenRA.Server
|
||||
t.ClientJoined(this, newConn);
|
||||
|
||||
SyncLobbyInfo();
|
||||
SendMessage("{0} has joined the game.".F(client.Name));
|
||||
|
||||
if (!LobbyInfo.IsSinglePlayer)
|
||||
SendMessage("{0} has joined the game.".F(client.Name));
|
||||
|
||||
// Send initial ping
|
||||
SendOrderTo(newConn, "Ping", Game.RunTime.ToString());
|
||||
|
||||
Reference in New Issue
Block a user