diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-04 15:30:34 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-12 13:33:17 +0200 |
commit | 8856c8cd62fe3f45faf1020e70fa3dc503eb3453 (patch) | |
tree | 608d15acbf8cbc9de6b0f9bfe5e5c81e16b1df39 /launcher/minecraft/mod/Mod.cpp | |
parent | e843b8e1884f9d0e5b94963d92df4e990fcf8e45 (diff) | |
download | PrismLauncher-8856c8cd62fe3f45faf1020e70fa3dc503eb3453.tar.gz PrismLauncher-8856c8cd62fe3f45faf1020e70fa3dc503eb3453.tar.bz2 PrismLauncher-8856c8cd62fe3f45faf1020e70fa3dc503eb3453.zip |
refactor(test): fix loading mod metadata setting
Diffstat (limited to 'launcher/minecraft/mod/Mod.cpp')
-rw-r--r-- | launcher/minecraft/mod/Mod.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/mod/Mod.cpp b/launcher/minecraft/mod/Mod.cpp index 71a32d32..ff855230 100644 --- a/launcher/minecraft/mod/Mod.cpp +++ b/launcher/minecraft/mod/Mod.cpp @@ -161,7 +161,7 @@ auto Mod::destroy(QDir& index_dir) -> bool { auto n = name(); // FIXME: This can fail to remove the metadata if the - // "DontUseModMetadata" setting is on, since there could + // "ModMetadataDisabled" setting is on, since there could // be a name mismatch! Metadata::remove(index_dir, n); |