diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-02-21 05:51:36 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-02-21 05:51:36 +0100 |
commit | 401d5b698fce15ca1beaf808c57aeb4d40069506 (patch) | |
tree | 74efa5543805153995da04187f5a9a25be57392a /logic/minecraft/OneSixProfileStrategy.h | |
parent | 1a0bbdd9acaf1c5edaad6d3f0790c1b02674c0ae (diff) | |
download | PrismLauncher-401d5b698fce15ca1beaf808c57aeb4d40069506.tar.gz PrismLauncher-401d5b698fce15ca1beaf808c57aeb4d40069506.tar.bz2 PrismLauncher-401d5b698fce15ca1beaf808c57aeb4d40069506.zip |
GH-1453 handle certain version loading corner cases better, clean up FTB
Diffstat (limited to 'logic/minecraft/OneSixProfileStrategy.h')
-rw-r--r-- | logic/minecraft/OneSixProfileStrategy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/logic/minecraft/OneSixProfileStrategy.h b/logic/minecraft/OneSixProfileStrategy.h index b140dee5..a6abe964 100644 --- a/logic/minecraft/OneSixProfileStrategy.h +++ b/logic/minecraft/OneSixProfileStrategy.h @@ -17,8 +17,8 @@ public: virtual bool revertPatch(ProfilePatchPtr patch) override; protected: - void loadDefaultBuiltinPatches(); - void loadUserPatches(); + virtual void loadDefaultBuiltinPatches(); + virtual void loadUserPatches(); void upgradeDeprecatedFiles(); protected: |