Skip to content

Commit

Permalink
Send the join message/ping also in skirmish.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Aug 4, 2023
1 parent 8caac9d commit 9344863
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions OpenRA.Game/Server/Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,7 @@ void CompleteConnection()

Log.Write("server", $"{client.Name} ({newConn.EndPoint}) has joined the game.");

if (Type != ServerType.Local)
SendLocalizedMessage(Joined, Translation.Arguments("player", client.Name));
SendLocalizedMessage(Joined, Translation.Arguments("player", client.Name));

if (Type == ServerType.Dedicated)
{
Expand Down

0 comments on commit 9344863

Please sign in to comment.