mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
*Added ability to skip any use of the console when configuring and assume default value. This is useful when the server is running by itself and a new region request is added without sufficient information
This commit is contained in:
@@ -394,7 +394,7 @@ namespace OpenSim
|
||||
|
||||
private static void CreateDefaultRegionInfoXml(string fileName)
|
||||
{
|
||||
new RegionInfo("DEFAULT REGION CONFIG", fileName);
|
||||
new RegionInfo("DEFAULT REGION CONFIG", fileName,false);
|
||||
}
|
||||
|
||||
protected override StorageManager CreateStorageManager(string connectionstring)
|
||||
@@ -771,7 +771,7 @@ namespace OpenSim
|
||||
break;
|
||||
|
||||
case "create-region":
|
||||
CreateRegion(new RegionInfo(cmdparams[0], "Regions/" + cmdparams[1]));
|
||||
CreateRegion(new RegionInfo(cmdparams[0], "Regions/" + cmdparams[1],false));
|
||||
break;
|
||||
|
||||
case "remove-region":
|
||||
|
||||
Reference in New Issue
Block a user