diff options
author | Adam Frisby | 2007-07-14 17:40:54 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-14 17:40:54 +0000 |
commit | ab32704968c368009496567650cd422fd2e913b2 (patch) | |
tree | 5e258982600c7ff5ac4159b00aa6bcbe6e04d6fe /OpenSim/Region/Application | |
parent | *Removed ParcelManager from SceneObject and Primitive and replaced with event... (diff) | |
download | opensim-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/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 1 |
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; |