mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-03 23:37:34 +00:00
Merge pull request #4692 from jamierocks/h-4b59804
NOISSUE Apply the Minecraft version correctly
This commit is contained in:
commit
3304798aa7
@ -20,7 +20,7 @@ void VersionFile::applyTo(LaunchProfile *profile)
|
|||||||
// Only real Minecraft can set those. Don't let anything override them.
|
// Only real Minecraft can set those. Don't let anything override them.
|
||||||
if (isMinecraftVersion(uid))
|
if (isMinecraftVersion(uid))
|
||||||
{
|
{
|
||||||
profile->applyMinecraftVersion(minecraftVersion);
|
profile->applyMinecraftVersion(version);
|
||||||
profile->applyMinecraftVersionType(type);
|
profile->applyMinecraftVersionType(type);
|
||||||
// HACK: ignore assets from other version files than Minecraft
|
// HACK: ignore assets from other version files than Minecraft
|
||||||
// workaround for stupid assets issue caused by amazon:
|
// workaround for stupid assets issue caused by amazon:
|
||||||
|
Loading…
Reference in New Issue
Block a user