Added temporary test for client

This commit is contained in:
Aareschluchtje
2015-10-16 13:16:15 +02:00
parent df946b93de
commit 61e6e4ed93
+1
View File
@@ -95,6 +95,7 @@ namespace ErgometerServer
{
chat.Add(new ChatMessage(name, input.ChatMessage));
server.SendToDoctor(input);
NetHelper.SendNetCommand(client, new NetCommand("shut up", session));
Console.WriteLine(name + ": " + input.ChatMessage);
}
else