Move "change region" command into general category

This commit is contained in:
Justin Clark-Casey (justincc)
2012-03-08 02:24:37 +00:00
parent dfdb0e140c
commit fa2a64564a

View File

@@ -256,7 +256,7 @@ namespace OpenSim
"debug scene <scripting> <collisions> <physics>",
"Turn on scene debugging", Debug);
m_console.Commands.AddCommand("Regions", false, "change region",
m_console.Commands.AddCommand("General", false, "change region",
"change region <region name>",
"Change current console region", ChangeSelectedRegion);