Forge version list implementation. Needs integration and testing.
This commit is contained in:
parent
7721c57e5e
commit
d38b90530b
37 changed files with 835 additions and 219 deletions
|
@ -13,6 +13,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "MultiMC.h"
|
||||
#include "BaseInstance.h"
|
||||
#include "BaseInstance_p.h"
|
||||
|
||||
|
@ -131,9 +132,9 @@ InstanceList *BaseInstance::instList() const
|
|||
return NULL;
|
||||
}
|
||||
|
||||
InstVersionList *BaseInstance::versionList() const
|
||||
BaseVersionList *BaseInstance::versionList() const
|
||||
{
|
||||
return &MinecraftVersionList::getMainList();
|
||||
return MMC->minecraftlist();
|
||||
}
|
||||
|
||||
SettingsObject &BaseInstance::settings() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue