Skip to content

Commit

Permalink
2.1.7 - Fix2 - 修复好友森林保护罩检测异常
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMonster003 committed Aug 8, 2021
1 parent 9295517 commit 9f24bce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ant-forest-launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -5428,9 +5428,9 @@ let $$af = {

function _cover() {
let _is_covered = false;
let _fri = $$app.page.fri;
_fri.cover.ready();
_fri.cover.detect() && _handle();
let _cover = $$app.page.fri.cover;
_cover.ready();
_cover.detect() && _handle();

return _is_covered;

Expand Down

0 comments on commit 9f24bce

Please sign in to comment.