diff options
Diffstat (limited to 'logic/OneSixInstance.h')
-rw-r--r-- | logic/OneSixInstance.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/logic/OneSixInstance.h b/logic/OneSixInstance.h index 5aa12e44..ae95eab1 100644 --- a/logic/OneSixInstance.h +++ b/logic/OneSixInstance.h @@ -57,8 +57,8 @@ public: void clearVersion(); /// get the current full version info std::shared_ptr<OneSixVersion> getFullVersion() const; - /// gets the current version info, excluding custom.json - std::shared_ptr<OneSixVersion> getNonCustomVersion() const; + /// gets the current version info, but only for version.json + std::shared_ptr<OneSixVersion> getVanillaVersion() const; /// is the current version original, or custom? virtual bool versionIsCustom() override; |