mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-14 03:39:08 +00:00
NOISSUE Match Vanilla launcher for launch arguments
This commit is contained in:
parent
3e1939de8e
commit
a28adf7b62
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user