aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMW2007-08-14 20:05:39 +0000
committerMW2007-08-14 20:05:39 +0000
commita4fc02d790811a4e8bdb2a3541da99dd87d9a774 (patch)
treeee899fee6a9bf4020c84a76cc85283a9d5958478
parentMinor change to LSL_BaseClass adding pseudocode to World.SimChat (diff)
downloadopensim-SC_OLD-a4fc02d790811a4e8bdb2a3541da99dd87d9a774.zip
opensim-SC_OLD-a4fc02d790811a4e8bdb2a3541da99dd87d9a774.tar.gz
opensim-SC_OLD-a4fc02d790811a4e8bdb2a3541da99dd87d9a774.tar.bz2
opensim-SC_OLD-a4fc02d790811a4e8bdb2a3541da99dd87d9a774.tar.xz
Partial fix for the permissions on edited notecards/scripts (now you might still see the messages next to the items of no copy or whatever, but they shouldn't stop you doing thing like reading etc)
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index bfc3ee8..6c87c5d 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -613,6 +613,7 @@ namespace OpenSim.Region.Environment.Scenes
613 client.OnCreateNewInventoryFolder += commsManager.UserProfiles.HandleCreateInventoryFolder; 613 client.OnCreateNewInventoryFolder += commsManager.UserProfiles.HandleCreateInventoryFolder;
614 client.OnFetchInventoryDescendents += commsManager.UserProfiles.HandleFecthInventoryDescendents; 614 client.OnFetchInventoryDescendents += commsManager.UserProfiles.HandleFecthInventoryDescendents;
615 client.OnRequestTaskInventory += RequestTaskInventory; 615 client.OnRequestTaskInventory += RequestTaskInventory;
616 client.OnFetchInventory += commsManager.UserProfiles.HandleFetchInventory;
616 617
617 client.OnGrabObject += ProcessObjectGrab; 618 client.OnGrabObject += ProcessObjectGrab;
618 } 619 }