improve help information for "appearance show"

at the moment, this just performs a baked avatar check for everybody in the region.  If the check returns 'corrupt' then a baked texture is missing and other avatars will continue to see the gas ball.
bulletsim
Justin Clark-Casey (justincc) 2011-05-26 02:48:47 +01:00
parent 3270f4353e
commit 91ec1a572a
1 changed files with 3 additions and 2 deletions

View File

@ -95,8 +95,9 @@ namespace OpenSim.Region.OptionalModules.Avatar.Appearance
scene.AddCommand( scene.AddCommand(
this, "appearance show", this, "appearance show",
"appearance show", "appearance show",
"Show appearance information for each avatar in the simulator. At the moment, ", "Show appearance information for each avatar in the simulator.",
ShowAppearanceInfo); "At the moment this actually just checks that we have all the required baked textures. If not, then appearance is 'corrupt' and other avatars will continue to see a cloud.",
ShowAppearanceInfo);
} }
protected void ShowAppearanceInfo(string module, string[] cmd) protected void ShowAppearanceInfo(string module, string[] cmd)