diff options
author | Melanie | 2013-02-06 02:38:30 +0000 |
---|---|---|
committer | Melanie | 2013-02-06 02:38:30 +0000 |
commit | d8c27de39596e1ec18c2e239d552dcc6787f4477 (patch) | |
tree | 800b96b1146a920faf0b258012942ad9a0341d21 /OpenSim/Region/Framework/Scenes/Scene.cs | |
parent | Merge branch 'master' into careminster (diff) | |
parent | minor: Add explanation of MaptileStaticUUID setting in Regions.ini.example (diff) | |
download | opensim-SC-d8c27de39596e1ec18c2e239d552dcc6787f4477.zip opensim-SC-d8c27de39596e1ec18c2e239d552dcc6787f4477.tar.gz opensim-SC-d8c27de39596e1ec18c2e239d552dcc6787f4477.tar.bz2 opensim-SC-d8c27de39596e1ec18c2e239d552dcc6787f4477.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 5 |
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); |