ServerOrder no longer transmits a playerId.
This commit is contained in:
@@ -8,6 +8,6 @@ namespace OpenRa.FileFormats
|
||||
public static class ProtocolVersion
|
||||
{
|
||||
// you *must* increment this whenever you make an incompatible protocol change
|
||||
public static readonly int Version = 1;
|
||||
public static readonly int Version = 2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user