aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-17 01:51:58 +0100
committerJustin Clark-Casey (justincc)2011-08-17 01:51:58 +0100
commit4a9b8184f71197d1270a920b5e4ad85c9de6bed5 (patch)
tree522c4be1b80516314f347fc19aa7e114e9b040fd /OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory
parentFix issue where loading a new appearance onto an NPC would not remove the pre... (diff)
downloadopensim-SC_OLD-4a9b8184f71197d1270a920b5e4ad85c9de6bed5.zip
opensim-SC_OLD-4a9b8184f71197d1270a920b5e4ad85c9de6bed5.tar.gz
opensim-SC_OLD-4a9b8184f71197d1270a920b5e4ad85c9de6bed5.tar.bz2
opensim-SC_OLD-4a9b8184f71197d1270a920b5e4ad85c9de6bed5.tar.xz
For now, supress 'OH NOES' warnings given by HGInventoryBroker.CacheInventoryServiceURL when it tries to cache it for an NPC
This concept is meaningless for NPCs. However, it might be better to make NPCism an actual property on ScenePresence and check. Addresses http://opensimulator.org/mantis/view.php?id=5643
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/HGInventoryBroker.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/HGInventoryBroker.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/HGInventoryBroker.cs
index 698fd56..72ae3363 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/HGInventoryBroker.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/HGInventoryBroker.cs
@@ -211,11 +211,11 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory
211 return; 211 return;
212 } 212 }
213 } 213 }
214 else 214// else
215 { 215// {
216 m_log.DebugFormat("[HG INVENTORY CONNECTOR]: User {0} does not have InventoryServerURI. OH NOES!", userID); 216// m_log.DebugFormat("[HG INVENTORY CONNECTOR]: User {0} does not have InventoryServerURI. OH NOES!", userID);
217 return; 217// return;
218 } 218// }
219 } 219 }
220 } 220 }
221 if (sp == null) 221 if (sp == null)