aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-05-08 16:25:51 +0200
committerGitHub <noreply@github.com>2022-05-08 16:25:51 +0200
commitc4549a537559d1cd5897b9352c0832e77a48e8f0 (patch)
treee228d3fafa7328b232743041bda3ae2744afa611
parente9b3140d128b698440711d2a99edc268c545a06a (diff)
downloadPrismLauncher-c4549a537559d1cd5897b9352c0832e77a48e8f0.tar.gz
PrismLauncher-c4549a537559d1cd5897b9352c0832e77a48e8f0.tar.bz2
PrismLauncher-c4549a537559d1cd5897b9352c0832e77a48e8f0.zip
Update launcher/modplatform/flame/FlameModIndex.cpp
Co-authored-by: flow <thiagodonato300@gmail.com>
-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;