Update launcher/modplatform/flame/FlameModIndex.cpp
This commit is contained in:
parent
22f5128e39
commit
e9b3140d12
@ -48,7 +48,7 @@ void FlameMod::loadIndexedPackVersions(ModPlatform::IndexedPack& pack,
|
||||
for (auto mcVer : versionArray) {
|
||||
auto str = mcVer.toString();
|
||||
|
||||
if (str.indexOf('.') > -1)
|
||||
if (str.contains('.'))
|
||||
file.mcVersion.append(mcVer.toString());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user