aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index 2c8a796..1a4b0c9 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -2906,25 +2906,11 @@ namespace OpenSim.Region.Environment.Scenes
2906 2906
2907 private void ItemReceived(UUID itemID) 2907 private void ItemReceived(UUID itemID)
2908 { 2908 {
2909 //MIC: DEBUG
2910 if (null == itemID)
2911 {
2912 m_log.Error("ItemReceived passed null itemID");
2913 return;
2914 }
2915
2916 int attachpoint = m_appearance.GetAttachpoint(itemID); 2909 int attachpoint = m_appearance.GetAttachpoint(itemID);
2917 if (attachpoint == 0) 2910 if (attachpoint == 0)
2918 return; 2911 return;
2919 2912
2920 UUID asset = m_appearance.GetAttachedAsset(attachpoint); 2913 UUID asset = m_appearance.GetAttachedAsset(attachpoint);
2921 //MIC: DEBUG
2922 if (null == asset)
2923 {
2924 m_log.ErrorFormat("[ATTACHMENT] Unable to locate attached asset for item {0}", itemID.ToString());
2925 return;
2926 }
2927
2928 if (asset == UUID.Zero) // We have just logged in 2914 if (asset == UUID.Zero) // We have just logged in
2929 { 2915 {
2930 m_log.InfoFormat("[ATTACHMENT] Rez attachment {0}", 2916 m_log.InfoFormat("[ATTACHMENT] Rez attachment {0}",