mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Implement "show object uuid <uuid>" console command.
This will show details about a part with the given uuid if it's found.
This commit is contained in:
@@ -264,6 +264,12 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
set { RootPart.Name = value; }
|
||||
}
|
||||
|
||||
public string Description
|
||||
{
|
||||
get { return RootPart.Description; }
|
||||
set { RootPart.Description = value; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Added because the Parcel code seems to use it
|
||||
/// but not sure a object should have this
|
||||
|
||||
Reference in New Issue
Block a user