aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/PackProfile.h
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-05-22 13:17:53 +0200
committerGitHub <noreply@github.com>2022-05-22 13:17:53 +0200
commit29ef1e2c4b46c762e79a2bbe9f4a5a0033bc92ca (patch)
tree68bb97277b95d5f23626577825ab803252558244 /launcher/minecraft/PackProfile.h
parentfbe84f9e4799596a41802489085f6d9067cdd745 (diff)
parent36045a8b0aa5c99e8520a39e6cc372ab9b549668 (diff)
downloadPrismLauncher-29ef1e2c4b46c762e79a2bbe9f4a5a0033bc92ca.tar.gz
PrismLauncher-29ef1e2c4b46c762e79a2bbe9f4a5a0033bc92ca.tar.bz2
PrismLauncher-29ef1e2c4b46c762e79a2bbe9f4a5a0033bc92ca.zip
Merge pull request #597 from Scrumplex/refactor-modloader-modapi
Diffstat (limited to 'launcher/minecraft/PackProfile.h')
-rw-r--r--launcher/minecraft/PackProfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/PackProfile.h b/launcher/minecraft/PackProfile.h
index ab4cd5c8..918e7f7a 100644
--- a/launcher/minecraft/PackProfile.h
+++ b/launcher/minecraft/PackProfile.h
@@ -118,7 +118,7 @@ public:
// todo(merged): is this the best approach
void appendComponent(ComponentPtr component);
- ModAPI::ModLoaderType getModLoader();
+ ModAPI::ModLoaderTypes getModLoaders();
private:
void scheduleSave();