New Command Order. GUI changes to settings no longer produce messages in chat. Can't enter commands in chat any more.
This commit is contained in:
@@ -181,6 +181,11 @@ namespace OpenRA
|
||||
{
|
||||
return new Order("TeamChat", null, text) { IsImmediate = true };
|
||||
}
|
||||
|
||||
public static Order Command(string text)
|
||||
{
|
||||
return new Order("Command", null, text) { IsImmediate = true };
|
||||
}
|
||||
|
||||
public static Order StartProduction(Player subject, string item, int count)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user