display the last ServerError in the connection failed dialog
closes #2727
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user