From 4392abfb8d3b45fb6c5cabe9d5e30c9416a5ad90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 28 Apr 2016 00:04:37 +0200 Subject: GH-1556 disable export for tracked FTB instances --- logic/minecraft/legacy/LegacyInstance.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'logic/minecraft/legacy/LegacyInstance.h') diff --git a/logic/minecraft/legacy/LegacyInstance.h b/logic/minecraft/legacy/LegacyInstance.h index d88e2a71..3bef240d 100644 --- a/logic/minecraft/legacy/LegacyInstance.h +++ b/logic/minecraft/legacy/LegacyInstance.h @@ -124,6 +124,11 @@ public: virtual QString typeName() const override; + bool canExport() const override + { + return true; + } + protected: mutable std::shared_ptr jar_mod_list; mutable std::shared_ptr core_mod_list; -- cgit v1.2.3