mirror of
https://github.com/4sval/FModel.git
synced 2026-09-22 16:34:41 -05:00
Fixed issue with currentUsedPAKGUID not updating after loading a dynamic pak then all paks
This commit is contained in:
@@ -571,6 +571,9 @@ namespace FModel
|
||||
|
||||
File.AppendAllLines(DefaultOutputPath + "\\FortnitePAKs.txt", currentUsedPAKLines);
|
||||
File.Delete(DefaultOutputPath + "\\" + arCurrentUsedPAK + ".txt");
|
||||
|
||||
currentUsedPAK = null;
|
||||
currentUsedPAKGUID = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user