GH-1556 disable export for tracked FTB instances

This commit is contained in:
Petr Mrázek 2016-04-28 00:04:37 +02:00
parent 72c92893a5
commit 4392abfb8d
7 changed files with 24 additions and 1 deletions

View file

@ -83,4 +83,8 @@ public:
{
return "Null";
}
bool canExport() const override
{
return false;
}
};