made ToggleReady work through chat (/ready) rather than an order against an actor
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user