Implement new server-connection mod switching logic.
This commit is contained in:
@@ -34,6 +34,8 @@ namespace OpenRA.Network
|
||||
|
||||
public string ServerError = "Server is not responding";
|
||||
public bool AuthenticationFailed = false;
|
||||
public Manifest ServerMod = null;
|
||||
public ExternalMod ServerExternalMod = null;
|
||||
|
||||
public int NetFrameNumber { get; private set; }
|
||||
public int LocalFrameNumber;
|
||||
|
||||
Reference in New Issue
Block a user