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