少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-15 1004825f592e64bf8ee277bc16d9271d88abd3bb
System/CrossServerOneVsOne/CrossServerOneVsOneModel.cs
@@ -502,11 +502,11 @@
        }
        public bool TryGetBuyMatchTimes()
        public bool TryGetBuyMatchTimes(string key)
        {
            if (!CrossServerOneVsOnePKSeason.Instance.isSatisfyMatch)
            {
                SysNotifyMgr.Instance.ShowTip("CrossMatching21");
                SysNotifyMgr.Instance.ShowTip(key);
                return false;
            }