Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
GiantLuigi4 committed Jun 8, 2023
1 parent e7382c4 commit d462cc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/net/montoyo/mcef/utilities/CefUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ public static boolean init() {
} catch (Throwable t) {
te = t;
}
} else {
anyPassed = true;
break;
}
}

Expand Down

0 comments on commit d462cc2

Please sign in to comment.