aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorAdam Frisby2007-07-14 17:40:54 +0000
committerAdam Frisby2007-07-14 17:40:54 +0000
commitab32704968c368009496567650cd422fd2e913b2 (patch)
tree5e258982600c7ff5ac4159b00aa6bcbe6e04d6fe /OpenSim
parent*Removed ParcelManager from SceneObject and Primitive and replaced with event... (diff)
downloadopensim-SC_OLD-ab32704968c368009496567650cd422fd2e913b2.zip
opensim-SC_OLD-ab32704968c368009496567650cd422fd2e913b2.tar.gz
opensim-SC_OLD-ab32704968c368009496567650cd422fd2e913b2.tar.bz2
opensim-SC_OLD-ab32704968c368009496567650cd422fd2e913b2.tar.xz
* Added "quit" alias for the "shutdown" console command in RegionServer
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs
index 8367fd0..4384906 100644
--- a/OpenSim/Region/Application/OpenSimMain.cs
+++ b/OpenSim/Region/Application/OpenSimMain.cs
@@ -435,6 +435,7 @@ namespace OpenSim
435 } 435 }
436 break; 436 break;
437 437
438 case "quit":
438 case "shutdown": 439 case "shutdown":
439 Shutdown(); 440 Shutdown();
440 break; 441 break;