更新
This commit is contained in:
parent
ae0c39c54e
commit
05bdbccfff
|
|
@ -443,8 +443,8 @@ var GameTool = {
|
|||
//关卡上限
|
||||
maxLevel() {
|
||||
let jg = false;
|
||||
if (cc.fx.GameConfig.GM_INFO.level > 1099) {
|
||||
cc.fx.GameConfig.GM_INFO.level = 1100;
|
||||
if (cc.fx.GameConfig.GM_INFO.level > 1149) {
|
||||
cc.fx.GameConfig.GM_INFO.level = 1150;
|
||||
jg = true;
|
||||
}
|
||||
return jg;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user