move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with the others

This commit is contained in:
Justin Clark-Casey (justincc)
2011-10-15 03:03:05 +01:00
parent 528cc8136e
commit ddf54b5537
6 changed files with 8 additions and 17 deletions

View File

@@ -31,13 +31,8 @@ namespace OpenSim.Framework
{
public string PhysicsEngine { get; set; }
public string MeshEngineName { get; set; }
public bool See_into_region_from_neighbor { get; set; }
public string StorageDll { get; set; }
public string ClientstackDll { get; set; }
public bool PhysicalPrim { get; set; }
public string LibrariesXMLFile { get; set; }
public const uint DefaultRegionHttpPort = 9000;