diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 78e3a83..1a3971d 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -1434,6 +1434,9 @@ namespace OpenSim.Region.Environment.Scenes | |||
1434 | foreach (UUID taskID in taskIDict.Keys) | 1434 | foreach (UUID taskID in taskIDict.Keys) |
1435 | { | 1435 | { |
1436 | UnRegisterControlEventsToScript(LocalId, taskID); | 1436 | UnRegisterControlEventsToScript(LocalId, taskID); |
1437 | taskIDict[taskID].PermsMask &= ~( | ||
1438 | 2048 | //PERMISSION_CONTROL_CAMERA | ||
1439 | 4); // PERMISSION_TAKE_CONTROLS | ||
1437 | } | 1440 | } |
1438 | } | 1441 | } |
1439 | 1442 | ||