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