MudEngine:

- Realm, Room and Zone editing no longer closes the menu once a task is finished. Use the Exit menu option to close the editing menu
 - Revised how the Game checks for existing InitialLocations. If a InitialLocation does not exist, but is created during server runtime, new players will automatically be placed there without the need to restart the server.
 - Improved the List command.
This commit is contained in:
Scionwest_cp 2010-09-12 16:18:28 -07:00
parent b3238d0227
commit 304b2d07eb
7 changed files with 155 additions and 91 deletions

View file

@ -70,7 +70,7 @@ namespace MudEngine.GameObjects.Environment
{
get
{
return this.Realm + ">" + Zone + ">" + Filename;
return this.Realm + ">" + this.Zone + ">" + this.Filename;
}
}