aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index d2d8335..bdb0836 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -1433,9 +1433,9 @@ namespace OpenSim.Region.Environment.Scenes
1433 foreach (UUID taskID in taskIDict.Keys) 1433 foreach (UUID taskID in taskIDict.Keys)
1434 { 1434 {
1435 UnRegisterControlEventsToScript(LocalId, taskID); 1435 UnRegisterControlEventsToScript(LocalId, taskID);
1436 taskIDict[taskID].PermsMask &= ~( 1436 taskIDict[taskID].PermsMask &= ~(
1437 2048 | //PERMISSION_CONTROL_CAMERA 1437 2048 | //PERMISSION_CONTROL_CAMERA
1438 4); // PERMISSION_TAKE_CONTROLS 1438 4); // PERMISSION_TAKE_CONTROLS
1439 } 1439 }
1440 } 1440 }
1441 1441