From 814d5d3315ef82e9eeb7adcf71b1105c0b3afcdb Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Mon, 11 Aug 2014 02:17:48 +0200 Subject: Properly detect if the instance is vanilla and don't treat it as custom. --- logic/minecraft/VersionPatch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'logic/minecraft/VersionPatch.h') diff --git a/logic/minecraft/VersionPatch.h b/logic/minecraft/VersionPatch.h index 1dd30e79..6c7bd7cf 100644 --- a/logic/minecraft/VersionPatch.h +++ b/logic/minecraft/VersionPatch.h @@ -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 VersionPatchPtr; -- cgit