diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-23 12:52:51 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-23 12:52:51 +0300 |
commit | e6ba2f4970abe69f2203bb5b85503e4cf3177016 (patch) | |
tree | 6d41ead389c2249e8bc79766666f6fb952ada835 /launcher/minecraft/ComponentUpdateTask.cpp | |
parent | f8f9ffa1182c76cd22c2c181820bdd9516d7958f (diff) | |
download | PrismLauncher-e6ba2f4970abe69f2203bb5b85503e4cf3177016.tar.gz PrismLauncher-e6ba2f4970abe69f2203bb5b85503e4cf3177016.tar.bz2 PrismLauncher-e6ba2f4970abe69f2203bb5b85503e4cf3177016.zip |
Added loaders check on versions load
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/minecraft/ComponentUpdateTask.cpp')
-rw-r--r-- | launcher/minecraft/ComponentUpdateTask.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/minecraft/ComponentUpdateTask.cpp b/launcher/minecraft/ComponentUpdateTask.cpp index 0b85b81a..bb838043 100644 --- a/launcher/minecraft/ComponentUpdateTask.cpp +++ b/launcher/minecraft/ComponentUpdateTask.cpp @@ -2,14 +2,14 @@ #include "Component.h" #include "ComponentUpdateTask_p.h" -#include "OneSixVersionFormat.h" #include "PackProfile.h" #include "PackProfile_p.h" #include "Version.h" #include "cassert" #include "meta/Index.h" #include "meta/Version.h" -#include "meta/VersionList.h" +#include "minecraft/OneSixVersionFormat.h" +#include "minecraft/ProfileUtils.h" #include "net/Mode.h" #include "Application.h" |