aboutsummaryrefslogtreecommitdiff
path: root/launcher/BaseInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/BaseInstance.h')
-rw-r--r--launcher/BaseInstance.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/BaseInstance.h b/launcher/BaseInstance.h
index 8c08dc05..253d2130 100644
--- a/launcher/BaseInstance.h
+++ b/launcher/BaseInstance.h
@@ -71,14 +71,14 @@ public:
virtual void saveNow() = 0;
/***
- * the instance has been invalidated - it is no longer tracked by MultiMC for some reason,
+ * the instance has been invalidated - it is no longer tracked by the launcher for some reason,
* but it has not necessarily been deleted.
*
* Happens when the instance folder changes to some other location, or the instance is removed by external means.
*/
void invalidate();
- /// The instance's ID. The ID SHALL be determined by MMC internally. The ID IS guaranteed to
+ /// The instance's ID. The ID SHALL be determined by LAUNCHER internally. The ID IS guaranteed to
/// be unique.
virtual QString id() const;