don't display game join notifications during missions
This commit is contained in:
@@ -359,7 +359,9 @@ namespace OpenRA.Server
|
|||||||
t.ClientJoined(this, newConn);
|
t.ClientJoined(this, newConn);
|
||||||
|
|
||||||
SyncLobbyInfo();
|
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
|
// Send initial ping
|
||||||
SendOrderTo(newConn, "Ping", Game.RunTime.ToString());
|
SendOrderTo(newConn, "Ping", Game.RunTime.ToString());
|
||||||
|
|||||||
Reference in New Issue
Block a user