diff --git a/FModel/Methods/JohnWick/JohnWick.cs b/FModel/Methods/JohnWick/JohnWick.cs index 3dd2c96c..31cb68cb 100644 --- a/FModel/Methods/JohnWick/JohnWick.cs +++ b/FModel/Methods/JohnWick/JohnWick.cs @@ -58,6 +58,8 @@ namespace FModel byte[] b = pakExtractor.GetData(y); AssetPath = WriteFile(results[i], b).Replace("/", "\\"); + + if (results[i].Contains("EID_BlackMondayFemale_6HO4L")) break; } pakExtractor = null;