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)

afrisby
MW 2007-08-14 20:05:39 +00:00
parent 6b72ed01e3
commit a4fc02d790
1 changed files with 1 additions and 0 deletions

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;
}