mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-16 00:47:14 +00:00
GH-1021 make builtin versions not customizable
They use attributes not defined in the OneSix format.
This commit is contained in:
@@ -52,10 +52,7 @@ public: /* methods */
|
||||
{
|
||||
return false;
|
||||
}
|
||||
virtual bool isCustomizable() override
|
||||
{
|
||||
return true;
|
||||
}
|
||||
virtual bool isCustomizable() override;
|
||||
virtual bool isRemovable() override
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user