Removed test line

This commit is contained in:
2015-10-19 17:31:53 +02:00
parent 6dd602c5b3
commit 891a3e0171
-1
View File
@@ -95,7 +95,6 @@ namespace ErgometerServer
{
chat.Add(new ChatMessage(name, input.ChatMessage, false));
server.SendToDoctor(input);
NetHelper.SendNetCommand(client, new NetCommand("shut up", session));
Console.WriteLine(name + ": " + input.ChatMessage);
}
else