aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/Component.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/minecraft/Component.cpp')
-rw-r--r--launcher/minecraft/Component.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/Component.cpp b/launcher/minecraft/Component.cpp
index c7dd5e36..ebe4eac7 100644
--- a/launcher/minecraft/Component.cpp
+++ b/launcher/minecraft/Component.cpp
@@ -60,7 +60,7 @@ void Component::applyTo(LaunchProfile* profile)
auto vfile = getVersionFile();
if(vfile)
{
- vfile->applyTo(profile);
+ vfile->applyTo(profile, m_parent->runtimeContext());
}
else
{