diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-22 13:17:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-22 13:17:53 +0200 |
commit | 29ef1e2c4b46c762e79a2bbe9f4a5a0033bc92ca (patch) | |
tree | 68bb97277b95d5f23626577825ab803252558244 /launcher/minecraft/PackProfile.h | |
parent | fbe84f9e4799596a41802489085f6d9067cdd745 (diff) | |
parent | 36045a8b0aa5c99e8520a39e6cc372ab9b549668 (diff) | |
download | PrismLauncher-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.h | 2 |
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(); |