markdwags / Razor

Razor is a free tool designed to help with simple tasks while playing Ultima Online.
https://www.razorce.com
GNU General Public License v3.0
139 stars 96 forks source link

[BUG] Unable to delete profiles #195

Closed DemonRok closed 2 years ago

DemonRok commented 2 years ago

I'm using CUO 0.1.10.272 and Razor 1.7.4.49 and i'm unable to delete profile.

Pressing delete, it disappears from the list but closing and reopening CUO reappears. The files remain in the profile folder.

DemonRok commented 2 years ago

I replaced string file = $"Profiles/{remove}.xml"; at line 1316 in the Razor/UI/Razor.cs with string file = Path.Combine(Config.GetUserDirectory("Profiles"), $"{remove}.xml"); and it works fine!