diff --git a/VTOL_2.0.0/.vs/VTOL/FileContentIndex/821aad62-b2cb-459d-ad7a-074ee11b6ea9.vsidx b/VTOL_2.0.0/.vs/VTOL/FileContentIndex/0140420b-d4f2-4480-a505-f6a9ff1d663f.vsidx similarity index 80% rename from VTOL_2.0.0/.vs/VTOL/FileContentIndex/821aad62-b2cb-459d-ad7a-074ee11b6ea9.vsidx rename to VTOL_2.0.0/.vs/VTOL/FileContentIndex/0140420b-d4f2-4480-a505-f6a9ff1d663f.vsidx index 62902fe..08dd9d1 100644 Binary files a/VTOL_2.0.0/.vs/VTOL/FileContentIndex/821aad62-b2cb-459d-ad7a-074ee11b6ea9.vsidx and b/VTOL_2.0.0/.vs/VTOL/FileContentIndex/0140420b-d4f2-4480-a505-f6a9ff1d663f.vsidx differ diff --git a/VTOL_2.0.0/.vs/VTOL/FileContentIndex/40d2a12b-4aa2-4bb5-9bb4-7d586c1994d6.vsidx b/VTOL_2.0.0/.vs/VTOL/FileContentIndex/555e3886-bfe8-4608-b5c4-6614a74314ab.vsidx similarity index 80% rename from VTOL_2.0.0/.vs/VTOL/FileContentIndex/40d2a12b-4aa2-4bb5-9bb4-7d586c1994d6.vsidx rename to VTOL_2.0.0/.vs/VTOL/FileContentIndex/555e3886-bfe8-4608-b5c4-6614a74314ab.vsidx index 0556b61..97ff72a 100644 Binary files a/VTOL_2.0.0/.vs/VTOL/FileContentIndex/40d2a12b-4aa2-4bb5-9bb4-7d586c1994d6.vsidx and b/VTOL_2.0.0/.vs/VTOL/FileContentIndex/555e3886-bfe8-4608-b5c4-6614a74314ab.vsidx differ diff --git a/VTOL_2.0.0/.vs/VTOL/FileContentIndex/4ac1b690-2b0a-49a5-9c89-292f99a8f04f.vsidx b/VTOL_2.0.0/.vs/VTOL/FileContentIndex/9c909317-e0b5-4aac-93c3-1a4d806df54d.vsidx similarity index 85% rename from VTOL_2.0.0/.vs/VTOL/FileContentIndex/4ac1b690-2b0a-49a5-9c89-292f99a8f04f.vsidx rename to VTOL_2.0.0/.vs/VTOL/FileContentIndex/9c909317-e0b5-4aac-93c3-1a4d806df54d.vsidx index 8280503..c104e4f 100644 Binary files a/VTOL_2.0.0/.vs/VTOL/FileContentIndex/4ac1b690-2b0a-49a5-9c89-292f99a8f04f.vsidx and b/VTOL_2.0.0/.vs/VTOL/FileContentIndex/9c909317-e0b5-4aac-93c3-1a4d806df54d.vsidx differ diff --git a/VTOL_2.0.0/.vs/VTOL/FileContentIndex/56da9d78-02c7-4a64-987a-805f111ab7af.vsidx b/VTOL_2.0.0/.vs/VTOL/FileContentIndex/a352615a-2a12-453f-8a82-b8cc98daa6cf.vsidx similarity index 83% rename from VTOL_2.0.0/.vs/VTOL/FileContentIndex/56da9d78-02c7-4a64-987a-805f111ab7af.vsidx rename to VTOL_2.0.0/.vs/VTOL/FileContentIndex/a352615a-2a12-453f-8a82-b8cc98daa6cf.vsidx index 34a815a..a9b5396 100644 Binary files a/VTOL_2.0.0/.vs/VTOL/FileContentIndex/56da9d78-02c7-4a64-987a-805f111ab7af.vsidx and b/VTOL_2.0.0/.vs/VTOL/FileContentIndex/a352615a-2a12-453f-8a82-b8cc98daa6cf.vsidx differ diff --git a/VTOL_2.0.0/.vs/VTOL/FileContentIndex/4f37176c-0702-470c-8d1a-d77852829b16.vsidx b/VTOL_2.0.0/.vs/VTOL/FileContentIndex/e9741ff5-3758-4d71-be52-d43e434ffe4d.vsidx similarity index 84% rename from VTOL_2.0.0/.vs/VTOL/FileContentIndex/4f37176c-0702-470c-8d1a-d77852829b16.vsidx rename to VTOL_2.0.0/.vs/VTOL/FileContentIndex/e9741ff5-3758-4d71-be52-d43e434ffe4d.vsidx index 07db3cd..9210c8c 100644 Binary files a/VTOL_2.0.0/.vs/VTOL/FileContentIndex/4f37176c-0702-470c-8d1a-d77852829b16.vsidx and b/VTOL_2.0.0/.vs/VTOL/FileContentIndex/e9741ff5-3758-4d71-be52-d43e434ffe4d.vsidx differ diff --git a/VTOL_2.0.0/Pages/Page_Mods.xaml.cs b/VTOL_2.0.0/Pages/Page_Mods.xaml.cs index 5119eba..8b58079 100644 --- a/VTOL_2.0.0/Pages/Page_Mods.xaml.cs +++ b/VTOL_2.0.0/Pages/Page_Mods.xaml.cs @@ -424,8 +424,8 @@ public List READ_UPDATE_MOD_LIST(DirectoryInfo[] modsTo } catch (Exception ex) { - continue; Log.Error(ex, $"A crash happened at {DateTime.Now.ToString("yyyy - MM - dd HH - mm - ss.ff", CultureInfo.InvariantCulture)}{Environment.NewLine}{ex.InnerException}{Environment.NewLine}"); + continue; }