mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 21:27:44 +02:00
Change naming from Derp -> OneSix until the new instance type supports legacy
This commit is contained in:
@ -25,8 +25,8 @@ class LiteLoaderInstaller : public BaseInstaller
|
||||
public:
|
||||
LiteLoaderInstaller();
|
||||
|
||||
bool canApply(DerpInstance *instance) const override;
|
||||
bool add(DerpInstance *to) override;
|
||||
bool canApply(OneSixInstance *instance) const override;
|
||||
bool add(OneSixInstance *to) override;
|
||||
|
||||
private:
|
||||
virtual QString id() const override { return "com.mumfrey.liteloader"; }
|
||||
|
Reference in New Issue
Block a user