Changed chatmessage

This commit is contained in:
2015-10-20 12:56:09 +02:00
parent 672427c13f
commit 274281649c
2 changed files with 1 additions and 1 deletions
@@ -149,7 +149,7 @@ namespace ErgometerApplication
if (richTextBox1.TextLength > 1)
{
AddChatItem(new ChatMessage("Anon", richTextBox1.Text, false));
MainClient.SendNetCommand(new NetCommand(richTextBox1.Text, MainClient.Session));
MainClient.SendNetCommand(new NetCommand(richTextBox1.Text, false, MainClient.Session));
richTextBox1.ResetText();
}
}