少年修仙传客户端代码仓库
client_linchunjie
2018-08-23 522ca3468a56c88cb15eaa428eb7499d3dba386f
System/Chat/ChatSendComponent.cs
@@ -180,7 +180,7 @@
                {
                    Match match = matchArray[m];
                    ItemModel itemModel = ChatCtrl.Inst.itemPlaceList[i];
                    ItemConfig cfg = ConfigManager.Instance.GetTemplate<ItemConfig>((int)itemModel.itemInfo.ItemID);
                    ItemConfig cfg = Config.Instance.Get<ItemConfig>((int)itemModel.itemInfo.ItemID);
                    if (cfg.ItemName != match.Groups[1].Value)
                    {
                        ChatCtrl.Inst.itemPlaceList.RemoveAt(i);