Major Changes:
- Widget Development Resumed. - Corrected instances where the Project Information was not being saved. - Corrected instances where deleting a Realm was not happening correctly. Minor Changes: - Realm Widget UI Tweaks - Realm Widget Improvements - Code Optimizations
This commit is contained in:
parent
d5ebbe186f
commit
6c8678a624
5 changed files with 107 additions and 17 deletions
|
@ -35,7 +35,7 @@ namespace MudDesigner.MudEngine.UITypeEditors
|
|||
string realmsPath = Path.Combine(projectPath, "Realms");
|
||||
savePath = "";
|
||||
|
||||
if (zone.Realm == "No Realm Associated")
|
||||
if (zone.Realm == "No Realm Associated.")
|
||||
{
|
||||
//Project/Zones/ZoneName
|
||||
savePath = Path.Combine(zonesPath, zone.Name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue