Send the join message/ping also in skirmish.

This commit is contained in:
Matthias Mailänder
2023-06-18 20:39:26 +02:00
committed by Gustas
parent f2a242b09a
commit c234b4c78f

View File

@@ -580,8 +580,7 @@ namespace OpenRA.Server
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)
{