Skip to content

Commit

Permalink
always fix the class
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 committed Sep 24, 2024
1 parent 80c2973 commit c1e6357
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static boolean isClass(byte[] bytes) {
}

public static ClassWrapper loadClass(String pathInJar, byte[] bytes, int classReaderFlags, int classWriterFlags) throws Exception {
return loadClass(pathInJar, bytes, classReaderFlags, classWriterFlags, false);
return loadClass(pathInJar, bytes, classReaderFlags, classWriterFlags, true);
}

/**
Expand Down

0 comments on commit c1e6357

Please sign in to comment.