player joined notif

This commit is contained in:
Chris Forbes
2009-12-02 20:01:11 +13:00
parent 392861be2f
commit 6d9455fc49

View File

@@ -119,6 +119,9 @@ namespace OpenRA.Server
Console.WriteLine("Accepted connection from {0}.",
newConn.socket.RemoteEndPoint);
DispatchOrders(newConn, 0, new ServerOrder(newConn.PlayerIndex,
"Chat", "has joined the game.").Serialize());
}
catch (Exception e) { DropClient(newConn, e); }
}