From fd34ca5a0f4492c4b280df8aa3d9d82154b5d9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 17 Nov 2016 01:21:49 +0100 Subject: NOISSUE always run the ExtractNatives task during launch The task now checks the conditions, giving the update process time to supply all the metadata. --- api/logic/minecraft/MinecraftInstance.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'api/logic/minecraft/MinecraftInstance.cpp') diff --git a/api/logic/minecraft/MinecraftInstance.cpp b/api/logic/minecraft/MinecraftInstance.cpp index f36e40ed..bcbabb1f 100644 --- a/api/logic/minecraft/MinecraftInstance.cpp +++ b/api/logic/minecraft/MinecraftInstance.cpp @@ -450,8 +450,6 @@ std::shared_ptr MinecraftInstance::createLaunchTask(AuthSessionPtr s } // extract native jars if needed - auto jars = getNativeJars(); - if(jars.size()) { auto step = std::make_shared(pptr); process->appendStep(step); -- cgit v1.2.3