Properly detect if the instance is vanilla and don't treat it as custom.
This commit is contained in:
@ -47,6 +47,7 @@ public: /* methods */
|
||||
virtual QString getPatchFilename() override;
|
||||
bool needsUpdate();
|
||||
bool hasUpdate();
|
||||
virtual bool isCustom();
|
||||
|
||||
private: /* methods */
|
||||
void applyFileTo(InstanceVersion *version);
|
||||
|
Reference in New Issue
Block a user