From ee46fcb263a3f68e0acb3dec21517f6d31f0646b Mon Sep 17 00:00:00 2001 From: Miepee Date: Mon, 16 Jan 2023 21:25:22 +0100 Subject: [PATCH] small adjustment --- AM2RPortHelperLib/RawMods.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AM2RPortHelperLib/RawMods.cs b/AM2RPortHelperLib/RawMods.cs index 7d6eed7..edba6c1 100644 --- a/AM2RPortHelperLib/RawMods.cs +++ b/AM2RPortHelperLib/RawMods.cs @@ -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 - private static ModOS GetModOSOfRawZip(string inputRawZipPath) + public static ModOS GetModOSOfRawZip(string inputRawZipPath) { ZipArchive archive = ZipFile.OpenRead(inputRawZipPath); if (archive.Entries.Any(f => f.FullName == "AM2R.exe") && archive.Entries.Any(f => f.FullName == "data.win"))