diff --git a/AssM.csproj b/AssM.csproj
index 49377c3..5d0da58 100644
--- a/AssM.csproj
+++ b/AssM.csproj
@@ -5,11 +5,11 @@
enable
true
app.manifest
- 1.9.1
+ 1.9.2
SubZeroPL
https://github.com/SubZeroPL/AssM
- 1.9.1
- 1.9.1
+ 1.9.2
+ 1.9.2
AssM
https://github.com/SubZeroPL/AssM/blob/master/LICENSE
https://github.com/SubZeroPL/AssM/
diff --git a/Classes/Functions.cs b/Classes/Functions.cs
index b0fc9d7..9e2e819 100644
--- a/Classes/Functions.cs
+++ b/Classes/Functions.cs
@@ -273,7 +273,7 @@ public static List GetReadmeFilesInDirectory(string directory)
return game;
}
- [GeneratedRegex(@"(SL[A-Z]{2}_\d+\.\d+)(?=;)")]
+ [GeneratedRegex(@"(S[LC][A-Z]{2}_\d+\.\d+)(?=;)")]
private static partial Regex IdPsRegex();
[GeneratedRegex("""FILE "(.+\.bin)" BINARY""")]