mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 04:00:06 +00:00
Properly detect if the instance is vanilla and don't treat it as custom.
This commit is contained in:
@@ -26,6 +26,7 @@ public:
|
||||
virtual QString getPatchName() = 0;
|
||||
virtual QString getPatchVersion() = 0;
|
||||
virtual QString getPatchFilename() = 0;
|
||||
virtual bool isCustom() = 0;
|
||||
};
|
||||
|
||||
typedef std::shared_ptr<VersionPatch> VersionPatchPtr;
|
||||
|
||||
Reference in New Issue
Block a user