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)

This commit is contained in:
MW
2007-08-14 20:05:39 +00:00
parent 6b72ed01e3
commit a4fc02d790

View File

@@ -613,6 +613,7 @@ namespace OpenSim.Region.Environment.Scenes
client.OnCreateNewInventoryFolder += commsManager.UserProfiles.HandleCreateInventoryFolder;
client.OnFetchInventoryDescendents += commsManager.UserProfiles.HandleFecthInventoryDescendents;
client.OnRequestTaskInventory += RequestTaskInventory;
client.OnFetchInventory += commsManager.UserProfiles.HandleFetchInventory;
client.OnGrabObject += ProcessObjectGrab;
}