mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-13 20:22:13 +00:00
Change naming from Derp -> OneSix until the new instance type supports legacy
This commit is contained in:
@@ -20,20 +20,20 @@
|
||||
#include <QString>
|
||||
#include <memory>
|
||||
|
||||
class DerpVersion;
|
||||
class OneSixVersion;
|
||||
|
||||
class ForgeInstaller : public BaseInstaller
|
||||
{
|
||||
public:
|
||||
ForgeInstaller(QString filename, QString universal_url);
|
||||
|
||||
bool add(DerpInstance *to) override;
|
||||
bool add(OneSixInstance *to) override;
|
||||
|
||||
QString id() const override { return "net.minecraftforge"; }
|
||||
|
||||
private:
|
||||
// the version, read from the installer
|
||||
std::shared_ptr<DerpVersion> m_forge_version;
|
||||
std::shared_ptr<OneSixVersion> m_forge_version;
|
||||
QString internalPath;
|
||||
QString finalPath;
|
||||
QString realVersionId;
|
||||
|
||||
Reference in New Issue
Block a user