Commit 9b77ddb9 authored by mercury233's avatar mercury233

fix chat

parent 4904d2e5
......@@ -45,3 +45,4 @@ Release/
AI_core_vs2017solution/core.VC.db
AI_core_vs2017solution/core.VC.VC.opendb
AI_core_vs2017solution/System.Servicemodel.Faltexception.dll
[Ll]ibrary_/
......@@ -95,7 +95,7 @@ public class Room : WindowServantSP
if (val != "")
{
TcpHelper.CtosMessage_Chat(val);
AddChatMsg(val, -1);
//AddChatMsg(val, -1);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment