removed local chat echo. remote should echo everything now, please.

This commit is contained in:
Chris Forbes
2010-01-25 18:38:44 +13:00
parent be8bb20e82
commit f72a416ec9

View File

@@ -15,10 +15,7 @@ namespace OpenRa
public void Toggle()
{
if (isChatting && typing.Length > 0)
{
Game.orderManager.IssueOrder(Order.Chat(Game.world.LocalPlayer, typing));
AddLine(Game.world.LocalPlayer, typing);
}
typing = "";
isChatting ^= true;