Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Dec 22, 2023
1 parent ac2ab6f commit c245994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public boolean matches(ScriptPath path) {
@Override
public void init() {
NetworkInterceptHelper.enable();
super.destroy();
super.init();
}

@Override
Expand Down

0 comments on commit c245994

Please sign in to comment.