diff options
Diffstat (limited to 'backend/LegacyInstance.cpp')
-rw-r--r-- | backend/LegacyInstance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/LegacyInstance.cpp b/backend/LegacyInstance.cpp index b4031eb1..aace2a22 100644 --- a/backend/LegacyInstance.cpp +++ b/backend/LegacyInstance.cpp @@ -31,7 +31,7 @@ QString LegacyInstance::minecraftDir() const return mcDir.filePath(); } -GameUpdateTask* LegacyInstance::doUpdate() +OneSixUpdate* LegacyInstance::doUpdate() { // legacy instances no longer update return nullptr; |