diff options
author | Justin Clark-Casey (justincc) | 2012-03-08 02:24:37 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-08 02:24:37 +0000 |
commit | fa2a64564a32befa035b26e84c606e3ae7ecdd04 (patch) | |
tree | 6eccb3cb2ce9ad8e75ae8dee4389286e5764d216 /OpenSim/Region/Application | |
parent | Uses shorter AddCommand form for "show estates" (diff) | |
download | opensim-SC_OLD-fa2a64564a32befa035b26e84c606e3ae7ecdd04.zip opensim-SC_OLD-fa2a64564a32befa035b26e84c606e3ae7ecdd04.tar.gz opensim-SC_OLD-fa2a64564a32befa035b26e84c606e3ae7ecdd04.tar.bz2 opensim-SC_OLD-fa2a64564a32befa035b26e84c606e3ae7ecdd04.tar.xz |
Move "change region" command into general category
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index a46ce7f..6fba249 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -256,7 +256,7 @@ namespace OpenSim | |||
256 | "debug scene <scripting> <collisions> <physics>", | 256 | "debug scene <scripting> <collisions> <physics>", |
257 | "Turn on scene debugging", Debug); | 257 | "Turn on scene debugging", Debug); |
258 | 258 | ||
259 | m_console.Commands.AddCommand("Regions", false, "change region", | 259 | m_console.Commands.AddCommand("General", false, "change region", |
260 | "change region <region name>", | 260 | "change region <region name>", |
261 | "Change current console region", ChangeSelectedRegion); | 261 | "Change current console region", ChangeSelectedRegion); |
262 | 262 | ||