summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/LegacyInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/minecraft/LegacyInstance.h')
-rw-r--r--logic/minecraft/LegacyInstance.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/logic/minecraft/LegacyInstance.h b/logic/minecraft/LegacyInstance.h
index 8663daba..724fcd33 100644
--- a/logic/minecraft/LegacyInstance.h
+++ b/logic/minecraft/LegacyInstance.h
@@ -49,6 +49,7 @@ public:
std::shared_ptr<ModList> coreModList() const;
std::shared_ptr<ModList> loaderModList() const;
std::shared_ptr<ModList> texturePackList() const override;
+ std::shared_ptr<WorldList> worldList() const override;
////// Directories //////
QString libDir() const;
@@ -126,6 +127,7 @@ protected:
mutable std::shared_ptr<ModList> core_mod_list;
mutable std::shared_ptr<ModList> loader_mod_list;
mutable std::shared_ptr<ModList> texture_pack_list;
+ mutable std::shared_ptr<WorldList> m_world_list;
std::shared_ptr<Setting> m_lwjglFolderSetting;
protected
slots: