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:
Scionwest_cp 2010-01-19 15:43:43 -08:00
parent d5ebbe186f
commit 6c8678a624
5 changed files with 107 additions and 17 deletions

View file

@ -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);