From baf607688e351f8a173553959d0191420a058712 Mon Sep 17 00:00:00 2001 From: libccy Date: Mon, 5 Dec 2016 10:57:31 +0800 Subject: [PATCH] c --- game/game.js | 2 +- game/update.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/game/game.js b/game/game.js index db3ee982d..2a00891c5 100644 --- a/game/game.js +++ b/game/game.js @@ -15148,7 +15148,7 @@ game.send('inited'); }); } - if(_status.event.getParent()){ + if(_status.event.parent){ game.forceOver('noover',proceed); } else{ diff --git a/game/update.js b/game/update.js index 40437994e..b8f7dbcfd 100644 --- a/game/update.js +++ b/game/update.js @@ -1,5 +1,5 @@ window.noname_update={ - version:'1.9.3.1', + version:'1.9.3.2', changeLog:[ 'bug修复', ],