mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +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:
@@ -61,7 +61,7 @@ namespace OpenSim.Tools.Export
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
OpenSimExport export = new OpenSimExport(InitConfig(args));
|
||||
RegionInfo reg = new RegionInfo("Sara Jane", "Regions/1000-1000.xml");
|
||||
RegionInfo reg = new RegionInfo("Sara Jane", "Regions/1000-1000.xml",false);
|
||||
|
||||
Console.WriteLine("This application does nothing useful yet: " + reg.RegionID);
|
||||
foreach (SceneObjectGroup group in export.sman.DataStore.LoadObjects(reg.RegionID))
|
||||
|
||||
Reference in New Issue
Block a user