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

@@ -27,7 +27,7 @@ namespace OpenRA.Network
public readonly string Host;
public readonly int Port;
public string ServerError;
public string ServerError = "Server is not responding.";
public int NetFrameNumber { get; private set; }
public int LocalFrameNumber;