small adjustment

mac
Miepee 3 years ago
parent e77a66c0ba
commit ee46fcb263

@ -11,7 +11,7 @@ public abstract class RawMods : IMods
// But until some person actually shows up that needs this feature, I'm too lazy to implement it // But until some person actually shows up that needs this feature, I'm too lazy to implement it
private static ModOS GetModOSOfRawZip(string inputRawZipPath) public static ModOS GetModOSOfRawZip(string inputRawZipPath)
{ {
ZipArchive archive = ZipFile.OpenRead(inputRawZipPath); ZipArchive archive = ZipFile.OpenRead(inputRawZipPath);
if (archive.Entries.Any(f => f.FullName == "AM2R.exe") && archive.Entries.Any(f => f.FullName == "data.win")) if (archive.Entries.Any(f => f.FullName == "AM2R.exe") && archive.Entries.Any(f => f.FullName == "data.win"))

Loading…
Cancel
Save