Skip to content

Commit 9843595

Browse files
committed
Fix #1
1 parent 36cff84 commit 9843595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/crashtransformers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ function initializeCoreMod() {
4646

4747
//Uncomment to cause java.lang.VerifyError
4848
//cn.methods.forEach(function (mn) { mn.instructions.clear(); mn.instructions.add(new InsnNode(Opcodes.ARETURN)); });
49+
return cn;
4950
}
5051
}
5152
}

0 commit comments

Comments
 (0)