aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-05-10 23:43:38 +0100
committerJustin Clark-Casey (justincc)2012-05-10 23:43:38 +0100
commitabc029d1f4a2ece71a070a28611a99a4fa9b47ba (patch)
tree33cce98755a88a242849634ef57f3971008fcb4e /OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
parentAdd "attachments" show console command that will show the server's record of ... (diff)
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-abc029d1f4a2ece71a070a28611a99a4fa9b47ba.zip
opensim-SC_OLD-abc029d1f4a2ece71a070a28611a99a4fa9b47ba.tar.gz
opensim-SC_OLD-abc029d1f4a2ece71a070a28611a99a4fa9b47ba.tar.bz2
opensim-SC_OLD-abc029d1f4a2ece71a070a28611a99a4fa9b47ba.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs b/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
index 8535a5a..2eac0fa 100644
--- a/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
+++ b/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs
@@ -722,6 +722,7 @@ namespace OpenSim.Region.CoreModules.World.Terrain
722 } 722 }
723 if (shouldTaint) 723 if (shouldTaint)
724 { 724 {
725 m_scene.EventManager.TriggerTerrainTainted();
725 m_tainted = true; 726 m_tainted = true;
726 } 727 }
727 } 728 }