mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
NOISSUE Match Vanilla launcher for launch arguments
This commit is contained in:
@@ -444,9 +444,8 @@ QStringList MinecraftInstance::processMinecraftArgs(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// blatant self-promotion.
|
token_mapping["profile_name"] = name();
|
||||||
token_mapping["profile_name"] = token_mapping["version_name"] = "MultiMC5";
|
token_mapping["version_name"] = profile->getMinecraftVersion();
|
||||||
|
|
||||||
token_mapping["version_type"] = profile->getMinecraftVersionType();
|
token_mapping["version_type"] = profile->getMinecraftVersionType();
|
||||||
|
|
||||||
QString absRootDir = QDir(gameRoot()).absolutePath();
|
QString absRootDir = QDir(gameRoot()).absolutePath();
|
||||||
|
Reference in New Issue
Block a user