Update launcher/modplatform/flame/FlameModIndex.cpp
This commit is contained in:
parent
22f5128e39
commit
e9b3140d12
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ void FlameMod::loadIndexedPackVersions(ModPlatform::IndexedPack& pack,
|
||||||
for (auto mcVer : versionArray) {
|
for (auto mcVer : versionArray) {
|
||||||
auto str = mcVer.toString();
|
auto str = mcVer.toString();
|
||||||
|
|
||||||
if (str.indexOf('.') > -1)
|
if (str.contains('.'))
|
||||||
file.mcVersion.append(mcVer.toString());
|
file.mcVersion.append(mcVer.toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue