mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 04:32:14 +00:00
Forge works now too, and so does forge+liteloader
This commit is contained in:
@@ -61,7 +61,7 @@ slots:
|
||||
return;
|
||||
}
|
||||
auto version = instance->getFullVersion();
|
||||
if (!forge.apply(version))
|
||||
if (!forge.add(instance))
|
||||
{
|
||||
emitFailed(tr("Couldn't install Forge"));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user