mirror of
https://github.com/unmojang/FjordLauncher.git
synced 2025-09-11 08:05:48 -04:00
Fix authlib-injector not working w/other Java agents
Signed-off-by: Evan Goode <mail@evangoo.de>
This commit is contained in:
parent
74e78507ec
commit
bc709f8adc
@ -562,10 +562,10 @@ QStringList MinecraftInstance::processAuthArgs(AuthSessionPtr session) const
|
||||
if (session->authlib_injector_metadata != "") {
|
||||
args << "-Dauthlibinjector.yggdrasil.prefetched=" + session->authlib_injector_metadata;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
return args;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user