Remember the last map. Disable the server desc and password fields. Draw the chat entry box on top of the display box.
This commit is contained in:
@@ -199,6 +199,8 @@ namespace OpenRA.Mods.Cnc.Widgets
|
||||
var onSelect = new Action<Map>(m =>
|
||||
{
|
||||
orderManager.IssueOrder(Order.Command("map " + m.Uid));
|
||||
Game.Settings.Server.LastMap = m.Uid;
|
||||
Game.Settings.Save();
|
||||
Widget.CloseWindow();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user