diff options
| author | TheKodeToad <TheKodeToad@proton.me> | 2023-08-27 18:21:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-27 18:21:14 +0100 |
| commit | 9110fbf2829a48c36fe37cabfb438e165956bbcf (patch) | |
| tree | c7f63d81c29dfbe4b2c2ecc9ad1b1525bd7499a6 /launcher/modplatform/flame/FlameCheckUpdate.cpp | |
| parent | e3b04d10cf4a234a1735b145a0a594b9241c84d1 (diff) | |
| parent | c5aac24a93df4961bbd70260ab9812f1fd836779 (diff) | |
| download | PrismLauncher-9110fbf2829a48c36fe37cabfb438e165956bbcf.tar.gz PrismLauncher-9110fbf2829a48c36fe37cabfb438e165956bbcf.tar.bz2 PrismLauncher-9110fbf2829a48c36fe37cabfb438e165956bbcf.zip | |
Merge pull request #1560 from Trial97/curse_multiple_loaders2
Add suport for flame multiple loaders
Diffstat (limited to 'launcher/modplatform/flame/FlameCheckUpdate.cpp')
| -rw-r--r-- | launcher/modplatform/flame/FlameCheckUpdate.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/launcher/modplatform/flame/FlameCheckUpdate.cpp b/launcher/modplatform/flame/FlameCheckUpdate.cpp index e10fedc3..476a4667 100644 --- a/launcher/modplatform/flame/FlameCheckUpdate.cpp +++ b/launcher/modplatform/flame/FlameCheckUpdate.cpp @@ -5,13 +5,11 @@ #include <MurmurHash2.h> #include <memory> -#include "FileSystem.h" #include "Json.h" #include "ResourceDownloadTask.h" #include "minecraft/mod/ModFolderModel.h" -#include "minecraft/mod/ResourceFolderModel.h" #include "net/ApiDownload.h" |
