forgot a thing
This commit is contained in:
parent
6e29802de9
commit
d4635c1a04
@ -544,7 +544,7 @@ QStringList MinecraftInstance::processAuthArgs(AuthSessionPtr session) const
|
|||||||
{
|
{
|
||||||
QStringList args;
|
QStringList args;
|
||||||
QString v = m_components->getProfile()->getMinecraftVersion();
|
QString v = m_components->getProfile()->getMinecraftVersion();
|
||||||
|
|
||||||
if (session->uses_custom_api_servers) {
|
if (session->uses_custom_api_servers) {
|
||||||
if (v != "1.16.4" && v != "1.16.5") {
|
if (v != "1.16.4" && v != "1.16.5") {
|
||||||
args << "-Dminecraft.api.env=custom";
|
args << "-Dminecraft.api.env=custom";
|
||||||
|
Loading…
Reference in New Issue
Block a user