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