Fix FTB.
Add support of private packs. Fix instance ID problems related to FTB instances.
This commit is contained in:
parent
555cbe00ce
commit
d85e820a07
6 changed files with 54 additions and 34 deletions
|
@ -14,3 +14,8 @@ bool LegacyFTBInstance::menuActionEnabled(QString action_name) const
|
|||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
QString LegacyFTBInstance::id() const
|
||||
{
|
||||
return "FTB/" + BaseInstance::id();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue