Fixed issue with currentUsedPAKGUID not updating after loading a dynamic pak then all paks

This commit is contained in:
Asval 2019-04-20 17:18:52 +02:00
parent 5d2ce8858c
commit f3537db180

View File

@ -571,6 +571,9 @@ namespace FModel
File.AppendAllLines(DefaultOutputPath + "\\FortnitePAKs.txt", currentUsedPAKLines);
File.Delete(DefaultOutputPath + "\\" + arCurrentUsedPAK + ".txt");
currentUsedPAK = null;
currentUsedPAKGUID = null;
}
}
}