更新
This commit is contained in:
parent
ae0c39c54e
commit
05bdbccfff
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user