ServerOrder no longer transmits a playerId.

This commit is contained in:
Bob
2010-01-26 17:11:37 +13:00
parent 99e59e8fb2
commit 44b5855e59
5 changed files with 12 additions and 19 deletions

View File

@@ -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;
}
}