Skip to content

Commit

Permalink
Fix authlib-injector not working w/other Java agents
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Goode <[email protected]>
  • Loading branch information
evan-goode committed Nov 18, 2023
1 parent 74e7850 commit bc709f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/minecraft/MinecraftInstance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,8 @@ QStringList MinecraftInstance::processAuthArgs(AuthSessionPtr session) const
if (session->authlib_injector_metadata != "") {
args << "-Dauthlibinjector.yggdrasil.prefetched=" + session->authlib_injector_metadata;
}
break;
}
break;
}
}
return args;
Expand Down

0 comments on commit bc709f8

Please sign in to comment.