Remove unused field from HandshakeRequest.
This field was not serialised, so compatibility is not impacted.
This commit is contained in:
@@ -18,7 +18,6 @@ namespace OpenRA.Network
|
||||
{
|
||||
public string Mod;
|
||||
public string Version;
|
||||
public string Map;
|
||||
public string AuthToken;
|
||||
|
||||
public static HandshakeRequest Deserialize(string data)
|
||||
|
||||
@@ -289,7 +289,6 @@ namespace OpenRA.Server
|
||||
{
|
||||
Mod = ModData.Manifest.Id,
|
||||
Version = ModData.Manifest.Metadata.Version,
|
||||
Map = LobbyInfo.GlobalSettings.Map,
|
||||
AuthToken = token
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user