From 4464e8fcc50c7f271ff0f5110c823d542eaa8408 Mon Sep 17 00:00:00 2001 From: Maiky M <51415805+MaikyM@users.noreply.github.com> Date: Sat, 21 Sep 2019 08:06:26 -0600 Subject: [PATCH] Tempory fix EID_BlackMondayFemale_6HO4L --- FModel/Methods/JohnWick/JohnWick.cs | 2 ++ 1 file changed, 2 insertions(+) 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;