diff options
author | Justin Clarke Casey | 2008-08-05 17:03:06 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-08-05 17:03:06 +0000 |
commit | b46e6e2130c7b69b6569ba5b789dc4504c5604b1 (patch) | |
tree | 7d13ed5e11b4cd15c356d3a7566022b77eafb162 /OpenSim | |
parent | * refactor: clean up code for selecting regions on the region console (diff) | |
download | opensim-SC_OLD-b46e6e2130c7b69b6569ba5b789dc4504c5604b1.zip opensim-SC_OLD-b46e6e2130c7b69b6569ba5b789dc4504c5604b1.tar.gz opensim-SC_OLD-b46e6e2130c7b69b6569ba5b789dc4504c5604b1.tar.bz2 opensim-SC_OLD-b46e6e2130c7b69b6569ba5b789dc4504c5604b1.tar.xz |
* refactor: change method name
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 85ae1f4..e4f1ddc 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -382,7 +382,7 @@ namespace OpenSim | |||
382 | break; | 382 | break; |
383 | 383 | ||
384 | case "change-region": | 384 | case "change-region": |
385 | ChangeWorkingRegion(cmdparams); | 385 | ChangeSelectedRegion(cmdparams); |
386 | break; | 386 | break; |
387 | 387 | ||
388 | case "export-map": | 388 | case "export-map": |
@@ -509,10 +509,10 @@ namespace OpenSim | |||
509 | } | 509 | } |
510 | 510 | ||
511 | /// <summary> | 511 | /// <summary> |
512 | /// Change the current working region. The working region is that operated upon by single region commands. | 512 | /// Change the currently selected region. The selected region is that operated upon by single region commands. |
513 | /// </summary> | 513 | /// </summary> |
514 | /// <param name="cmdParams"></param> | 514 | /// <param name="cmdParams"></param> |
515 | protected void ChangeWorkingRegion(string[] cmdparams) | 515 | protected void ChangeSelectedRegion(string[] cmdparams) |
516 | { | 516 | { |
517 | if (cmdparams.Length > 0) | 517 | if (cmdparams.Length > 0) |
518 | { | 518 | { |