This commit is contained in:
COMPUTER\EDY 2026-02-05 14:04:47 +08:00
parent ae0c39c54e
commit 05bdbccfff

View File

@ -443,8 +443,8 @@ var GameTool = {
//关卡上限 //关卡上限
maxLevel() { maxLevel() {
let jg = false; let jg = false;
if (cc.fx.GameConfig.GM_INFO.level > 1099) { if (cc.fx.GameConfig.GM_INFO.level > 1149) {
cc.fx.GameConfig.GM_INFO.level = 1100; cc.fx.GameConfig.GM_INFO.level = 1150;
jg = true; jg = true;
} }
return jg; return jg;