fixed weird indent
This commit is contained in:
@@ -14,12 +14,12 @@ namespace OpenRa
|
||||
|
||||
public void Toggle()
|
||||
{
|
||||
if (isChatting && typing.Length > 0)
|
||||
Game.IssueOrder(Order.Chat(typing));
|
||||
if( isChatting && typing.Length > 0 )
|
||||
Game.IssueOrder( Order.Chat( typing ) );
|
||||
|
||||
typing = "";
|
||||
if (Game.orderManager.GameStarted)
|
||||
isChatting ^= true;
|
||||
typing = "";
|
||||
if( Game.orderManager.GameStarted )
|
||||
isChatting ^= true;
|
||||
}
|
||||
|
||||
public void Reset()
|
||||
|
||||
Reference in New Issue
Block a user