We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0485bad commit 4b8ea73Copy full SHA for 4b8ea73
PandoraPlus/Patch/Patchers/Skyrim/Project.cs
@@ -57,7 +57,7 @@ public List<string> MapFiles(PackFileCache cache)
57
DirectoryInfo? behaviorFolder = BehaviorFile.InputHandle.Directory;
58
if (behaviorFolder == null) return new List<string>();
59
60
- var behaviorFiles = behaviorFolder.GetFiles();
+ var behaviorFiles = behaviorFolder.GetFiles("*.hkx");
61
62
63
lock(filesByName)
0 commit comments