diff --git a/Universal THCRAP Launcher/MainForm.cs b/Universal THCRAP Launcher/MainForm.cs index 454343e..2b1837f 100644 --- a/Universal THCRAP Launcher/MainForm.cs +++ b/Universal THCRAP Launcher/MainForm.cs @@ -1523,13 +1523,8 @@ private void AddFavorite(ListBox lb) if (!lb.Equals(patchListBox)) return; { - string s = lb.SelectedItem.ToString(); + string s = lb.SelectedItem.ToString().Replace("★", "").Trim(); if (Configuration1.ShowVanilla && lb.SelectedIndex == 0) s = @"VANILLA"; - if (Configuration1.HidePatchExtension) - { - if (_jsFiles.Contains(s)) s += ".js"; - if (_thcrapFiles.Contains(s)) s += ".thcrap"; - } Favourites1.Patches.Remove(s); PopulatePatchList(); } diff --git a/Universal THCRAP Launcher/Resources/BuildDate.txt b/Universal THCRAP Launcher/Resources/BuildDate.txt index f3792c7..849b449 100644 --- a/Universal THCRAP Launcher/Resources/BuildDate.txt +++ b/Universal THCRAP Launcher/Resources/BuildDate.txt @@ -1,2 +1,2 @@ -2019. 08. 31. 11:35:03,92 +2019. 08. 31. 11:42:59,74 Central Europe Standard Time \ No newline at end of file