- Zone.RefreshRoomList method was renamed to Zone.RebuildRoomCollection.

Designer:
 - Room Editor now adjusts all of a Rooms connected doorways to connect to a re-named Room. No need to manually load and edit each Room connected to 'Bedroom' after it was renamed from 'New Room'
This commit is contained in:
Scionwest_cp 2010-01-28 18:56:58 -08:00
parent 5f9a707b4c
commit 2ec31c0170
6 changed files with 63 additions and 3 deletions

View file

@ -33,6 +33,8 @@ namespace MudDesigner
//Run the toolkit
Designer = new Designer();
MessageBox.Show("Please note that objects are auto-saved, but they are only saved after the objects name has been changed from the default value of 'New Object'", "Mud Designer");
Application.Run(Designer);
}
}