Show the server map pool in the client map chooser.
Maps that aren't installed are queried from the resource center.
This commit is contained in:
@@ -1396,6 +1396,9 @@ namespace OpenRA.Mods.Common.Server
|
||||
{
|
||||
lock (server.LobbyInfo)
|
||||
{
|
||||
if (server.MapPool != null)
|
||||
server.SendOrderTo(conn, "SyncMapPool", FieldSaver.FormatValue(server.MapPool));
|
||||
|
||||
var client = server.GetClient(conn);
|
||||
|
||||
// Validate whether color is allowed and get an alternative if it isn't
|
||||
|
||||
Reference in New Issue
Block a user