aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index b69c1c4..ce055d3 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -740,7 +740,6 @@ namespace OpenSim.Region.Framework.Scenes
740 public Scene(RegionInfo regInfo, AgentCircuitManager authen, 740 public Scene(RegionInfo regInfo, AgentCircuitManager authen,
741 SceneCommunicationService sceneGridService, 741 SceneCommunicationService sceneGridService,
742 ISimulationDataService simDataService, IEstateDataService estateDataService, 742 ISimulationDataService simDataService, IEstateDataService estateDataService,
743 bool dumpAssetsToFile,
744 IConfigSource config, string simulatorVersion) 743 IConfigSource config, string simulatorVersion)
745 : this(regInfo) 744 : this(regInfo)
746 { 745 {
@@ -833,8 +832,6 @@ namespace OpenSim.Region.Framework.Scenes
833 832
834 RegisterDefaultSceneEvents(); 833 RegisterDefaultSceneEvents();
835 834
836 DumpAssetsToFile = dumpAssetsToFile;
837
838 // XXX: Don't set the public property since we don't want to activate here. This needs to be handled 835 // XXX: Don't set the public property since we don't want to activate here. This needs to be handled
839 // better in the future. 836 // better in the future.
840 m_scripts_enabled = !RegionInfo.RegionSettings.DisableScripts; 837 m_scripts_enabled = !RegionInfo.RegionSettings.DisableScripts;
@@ -4687,8 +4684,6 @@ namespace OpenSim.Region.Framework.Scenes
4687 4684
4688 #region Script Engine 4685 #region Script Engine
4689 4686
4690 public bool DumpAssetsToFile;
4691
4692 private bool ScriptDanger(SceneObjectPart part,Vector3 pos) 4687 private bool ScriptDanger(SceneObjectPart part,Vector3 pos)
4693 { 4688 {
4694 ILandObject parcel = LandChannel.GetLandObject(pos.X, pos.Y); 4689 ILandObject parcel = LandChannel.GetLandObject(pos.X, pos.Y);