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/NullInstance.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'logic/NullInstance.h') diff --git a/logic/NullInstance.h b/logic/NullInstance.h index d46230f4..fbb2d985 100644 --- a/logic/NullInstance.h +++ b/logic/NullInstance.h @@ -83,4 +83,8 @@ public: { return "Null"; } + bool canExport() const override + { + return false; + } }; -- cgit v1.2.3