diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index 27325c5..847df03 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -3203,6 +3203,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
3203 | /// <param name="events"></param> | 3203 | /// <param name="events"></param> |
3204 | public void SetScriptEvents(UUID scriptid, int events) | 3204 | public void SetScriptEvents(UUID scriptid, int events) |
3205 | { | 3205 | { |
3206 | // m_log.DebugFormat( | ||
3207 | // "[SCENE OBJECT PART]: Set script events for script with id {0} on {1}/{2} to {3} in {4}", | ||
3208 | // scriptid, Name, ParentGroup.Name, events, ParentGroup.Scene.Name); | ||
3209 | |||
3206 | // scriptEvents oldparts; | 3210 | // scriptEvents oldparts; |
3207 | lock (m_scriptEvents) | 3211 | lock (m_scriptEvents) |
3208 | { | 3212 | { |