We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36cff84 commit 9843595Copy full SHA for 9843595
src/main/resources/crashtransformers.js
@@ -46,6 +46,7 @@ function initializeCoreMod() {
46
47
//Uncomment to cause java.lang.VerifyError
48
//cn.methods.forEach(function (mn) { mn.instructions.clear(); mn.instructions.add(new InsnNode(Opcodes.ARETURN)); });
49
+ return cn;
50
}
51
52
0 commit comments