display the last ServerError in the connection failed dialog

closes #2727
This commit is contained in:
Matthias Mailänder
2013-06-18 23:00:56 +02:00
parent 897cb13626
commit 65088ea2d5
3 changed files with 7 additions and 14 deletions

View File

@@ -63,10 +63,9 @@ namespace OpenRA.Mods.RA.Widgets.Logic
Ui.OpenWindow("CONNECTIONFAILED_PANEL", new WidgetArgs()
{
{ "orderManager", om },
{ "onAbort", onExit },
{ "onRetry", onRetry },
{ "host", om.Host },
{ "port", om.Port }
{ "onRetry", onRetry }
});
}
}