made ToggleReady work through chat (/ready) rather than an order against an actor

This commit is contained in:
Chris Forbes
2010-03-17 21:26:57 +13:00
parent 66818543a8
commit 38172dcda5
3 changed files with 35 additions and 35 deletions

View File

@@ -23,6 +23,6 @@ namespace OpenRA.FileFormats
public static class ProtocolVersion
{
// you *must* increment this whenever you make an incompatible protocol change
public static readonly int Version = 3;
public static readonly int Version = 4;
}
}