mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with the others
This commit is contained in:
@@ -362,9 +362,6 @@ namespace OpenSim
|
||||
{
|
||||
m_configSettings.PhysicsEngine = startupConfig.GetString("physics");
|
||||
m_configSettings.MeshEngineName = startupConfig.GetString("meshing");
|
||||
|
||||
m_configSettings.See_into_region_from_neighbor = startupConfig.GetBoolean("see_into_this_sim_from_neighbor", true);
|
||||
|
||||
m_configSettings.StorageDll = startupConfig.GetString("storage_plugin");
|
||||
|
||||
m_configSettings.ClientstackDll
|
||||
|
||||
Reference in New Issue
Block a user