From 3fba6e328d355a9bf0689076e8f8e9b0c69ad3f8 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 27 十二月 2018 19:46:37 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/HighSettingTip.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/MainInterfacePanel/HighSettingTip.cs b/System/MainInterfacePanel/HighSettingTip.cs
index da40e96..4e68341 100644
--- a/System/MainInterfacePanel/HighSettingTip.cs
+++ b/System/MainInterfacePanel/HighSettingTip.cs
@@ -372,14 +372,14 @@
}
else
{
- if (PlayerDatas.Instance.baseData.LV >= limitlv)
+ if (PlayerDatas.Instance.baseData.LV < limitlv)
{
SysNotifyMgr.Instance.ShowTip("CrossMatching14", limitlv);
}
else
{
SysNotifyMgr.Instance.ShowTip("CrossMatching15", crossServerModel.afterOpenDayOpenCross);
- }
+ }
}
}
--
Gitblit v1.8.0