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

This commit is contained in:
Adam Frisby
2007-07-14 17:40:54 +00:00
parent bf32020693
commit ab32704968

View File

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