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:
parent
b3238d0227
commit
304b2d07eb
7 changed files with 155 additions and 91 deletions
|
@ -70,7 +70,7 @@ namespace MudEngine.GameObjects.Environment
|
|||
{
|
||||
get
|
||||
{
|
||||
return this.Realm + ">" + Zone + ">" + Filename;
|
||||
return this.Realm + ">" + this.Zone + ">" + this.Filename;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue