diff options
author | Jeff Ames | 2007-11-18 13:50:46 +0000 |
---|---|---|
committer | Jeff Ames | 2007-11-18 13:50:46 +0000 |
commit | d10c79d4216436fd2a5056dbf853f317967202af (patch) | |
tree | 2474bfe5d0f56f624a19ff112807233e5e335f08 /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | * Found several cases where prim set physical were not subscribing to physics... (diff) | |
download | opensim-SC_OLD-d10c79d4216436fd2a5056dbf853f317967202af.zip opensim-SC_OLD-d10c79d4216436fd2a5056dbf853f317967202af.tar.gz opensim-SC_OLD-d10c79d4216436fd2a5056dbf853f317967202af.tar.bz2 opensim-SC_OLD-d10c79d4216436fd2a5056dbf853f317967202af.tar.xz |
first stab at implementation of CopyInventoryItem
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 0b9d218..87bd0c1 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -789,6 +789,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
789 | client.OnRequestTaskInventory += RequestTaskInventory; | 789 | client.OnRequestTaskInventory += RequestTaskInventory; |
790 | client.OnFetchInventory += CommsManager.UserProfileCache.HandleFetchInventory; | 790 | client.OnFetchInventory += CommsManager.UserProfileCache.HandleFetchInventory; |
791 | client.OnUpdateInventoryItem += UDPUpdateInventoryItemAsset; | 791 | client.OnUpdateInventoryItem += UDPUpdateInventoryItemAsset; |
792 | client.OnCopyInventoryItem += CopyInventoryItem; | ||
792 | client.OnAssetUploadRequest += CommsManager.TransactionsManager.HandleUDPUploadRequest; | 793 | client.OnAssetUploadRequest += CommsManager.TransactionsManager.HandleUDPUploadRequest; |
793 | client.OnXferReceive += CommsManager.TransactionsManager.HandleXfer; | 794 | client.OnXferReceive += CommsManager.TransactionsManager.HandleXfer; |
794 | client.OnRezScript += RezScript; | 795 | client.OnRezScript += RezScript; |