Skip to content

Commit

Permalink
Fix XNet patch
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Jun 1, 2024
1 parent eda76d8 commit 54aaa64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public byte[] transform(byte[] bytes) {
{
for (MethodNode methodNode : classNode.methods)
{
if (methodNode.name.equals("<cinit>")) {
if (methodNode.name.equals("<clinit>")) {
InsnList instructions = methodNode.instructions;
if (instructions != null)
{
Expand Down

0 comments on commit 54aaa64

Please sign in to comment.