diff options
author | Justin Clark-Casey (justincc) | 2012-05-10 23:43:38 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-05-10 23:43:38 +0100 |
commit | abc029d1f4a2ece71a070a28611a99a4fa9b47ba (patch) | |
tree | 33cce98755a88a242849634ef57f3971008fcb4e /OpenSim/Region/CoreModules | |
parent | Add "attachments" show console command that will show the server's record of ... (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-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.cs | 1 |
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 | } |