Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
libccy authored and libccy committed Dec 5, 2016
1 parent a91a9ef commit baf6076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion game/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -15148,7 +15148,7 @@
game.send('inited');
});
}
if(_status.event.getParent()){
if(_status.event.parent){
game.forceOver('noover',proceed);
}
else{
Expand Down
2 changes: 1 addition & 1 deletion game/update.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.noname_update={
version:'1.9.3.1',
version:'1.9.3.2',
changeLog:[
'bug修复',
],
Expand Down

0 comments on commit baf6076

Please sign in to comment.