aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--launcher/modplatform/flame/FlameModIndex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/flame/FlameModIndex.cpp b/launcher/modplatform/flame/FlameModIndex.cpp
index b23ec7cc..ba0824cf 100644
--- a/launcher/modplatform/flame/FlameModIndex.cpp
+++ b/launcher/modplatform/flame/FlameModIndex.cpp
@@ -49,7 +49,7 @@ void FlameMod::loadIndexedPackVersions(ModPlatform::IndexedPack& pack,
auto str = mcVer.toString();
if (str.contains('.'))
- file.mcVersion.append(mcVer.toString());
+ file.mcVersion.append(str);
}
file.addonId = pack.addonId;