* Added "quit" alias for the "shutdown" console command in RegionServer
parent
bf32020693
commit
ab32704968
|
@ -435,6 +435,7 @@ namespace OpenSim
|
|||
}
|
||||
break;
|
||||
|
||||
case "quit":
|
||||
case "shutdown":
|
||||
Shutdown();
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue