Remove "X has joined the game." notification when starting a Skirmish.
This commit is contained in:
committed by
Matthias Mailänder
parent
9c658ad36b
commit
aa798c252b
@@ -481,7 +481,7 @@ namespace OpenRA.Server
|
||||
|
||||
Log.Write("server", "{0} ({1}) has joined the game.", client.Name, newConn.EndPoint);
|
||||
|
||||
// Report to all other players
|
||||
if (Type != ServerType.Local)
|
||||
SendMessage($"{client.Name} has joined the game.");
|
||||
|
||||
// Send initial ping
|
||||
|
||||
Reference in New Issue
Block a user