diff --git a/FModel/MainWindow.cs b/FModel/MainWindow.cs index fde72795..826cb8f9 100644 --- a/FModel/MainWindow.cs +++ b/FModel/MainWindow.cs @@ -571,6 +571,9 @@ namespace FModel File.AppendAllLines(DefaultOutputPath + "\\FortnitePAKs.txt", currentUsedPAKLines); File.Delete(DefaultOutputPath + "\\" + arCurrentUsedPAK + ".txt"); + + currentUsedPAK = null; + currentUsedPAKGUID = null; } } }