Add "shutdown" command to ROBUST shell
parent
4338f4e1d7
commit
984d5b0de6
|
@ -226,6 +226,10 @@ namespace OpenSim.Server.Base
|
||||||
"quit",
|
"quit",
|
||||||
"Quit the application", HandleQuit);
|
"Quit the application", HandleQuit);
|
||||||
|
|
||||||
|
MainConsole.Instance.Commands.AddCommand("base", false, "shutdown",
|
||||||
|
"shutdown",
|
||||||
|
"Quit the application", HandleQuit);
|
||||||
|
|
||||||
// Allow derived classes to perform initialization that
|
// Allow derived classes to perform initialization that
|
||||||
// needs to be done after the console has opened
|
// needs to be done after the console has opened
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue