Skip to content

Commit 4b8ea73

Browse files
committed
fixed #45
1 parent 0485bad commit 4b8ea73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PandoraPlus/Patch/Patchers/Skyrim/Project.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public List<string> MapFiles(PackFileCache cache)
5757
DirectoryInfo? behaviorFolder = BehaviorFile.InputHandle.Directory;
5858
if (behaviorFolder == null) return new List<string>();
5959

60-
var behaviorFiles = behaviorFolder.GetFiles();
60+
var behaviorFiles = behaviorFolder.GetFiles("*.hkx");
6161

6262

6363
lock(filesByName)

0 commit comments

Comments
 (0)