From ddf54b5537f2701deeb615ef8e1eeef20b746ea1 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 15 Oct 2011 03:03:05 +0100 Subject: move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with the others --- OpenSim/Region/Application/OpenSimBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Application/OpenSimBase.cs') diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 19329dd..553786b 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs @@ -660,7 +660,7 @@ namespace OpenSim return new Scene( regionInfo, circuitManager, sceneGridService, simDataService, estateDataService, m_moduleLoader, false, - m_configSettings.See_into_region_from_neighbor, m_config.Source, m_version); + m_config.Source, m_version); } protected void ShutdownClientServer(RegionInfo whichRegion) -- cgit v1.1