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/onesix/OneSixInstance.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'api/logic/minecraft/onesix/OneSixInstance.cpp') diff --git a/api/logic/minecraft/onesix/OneSixInstance.cpp b/api/logic/minecraft/onesix/OneSixInstance.cpp index 859e2e69..7a54bed1 100644 --- a/api/logic/minecraft/onesix/OneSixInstance.cpp +++ b/api/logic/minecraft/onesix/OneSixInstance.cpp @@ -425,13 +425,6 @@ std::shared_ptr OneSixInstance::createJarModdingTask() return std::make_shared(std::dynamic_pointer_cast(shared_from_this())); } -void OneSixInstance::cleanupAfterRun() -{ - QString target_dir = FS::PathCombine(instanceRoot(), "natives/"); - QDir dir(target_dir); - dir.removeRecursively(); -} - std::shared_ptr OneSixInstance::loaderModList() const { if (!m_loader_mod_list) -- cgit v1.2.3