* Added "quit" alias for the "shutdown" console command in RegionServer

afrisby
Adam Frisby 2007-07-14 17:40:54 +00:00
parent bf32020693
commit ab32704968
1 changed files with 1 additions and 0 deletions

View File

@ -435,6 +435,7 @@ namespace OpenSim
}
break;
case "quit":
case "shutdown":
Shutdown();
break;