Game.IssueOrder wrapper for OM; moved some more features into mod
This commit is contained in:
@@ -15,7 +15,7 @@ namespace OpenRa
|
||||
public void Toggle()
|
||||
{
|
||||
if (isChatting && typing.Length > 0)
|
||||
Game.orderManager.IssueOrder(Order.Chat(typing));
|
||||
Game.IssueOrder(Order.Chat(typing));
|
||||
|
||||
typing = "";
|
||||
isChatting ^= true;
|
||||
|
||||
Reference in New Issue
Block a user