Send the join message/ping also in skirmish.
This commit is contained in:
committed by
Gustas
parent
f2a242b09a
commit
c234b4c78f
@@ -580,8 +580,7 @@ namespace OpenRA.Server
|
|||||||
|
|
||||||
Log.Write("server", $"{client.Name} ({newConn.EndPoint}) has joined the game.");
|
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)
|
if (Type == ServerType.Dedicated)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user