Bug fix in inventory fetching: sometimes the caps request comes before there is a scene presence, and that's ok.

fsassets
Diva Canto 2015-06-17 15:55:07 -07:00
parent 4a516fa156
commit 017d2cf417
1 changed files with 0 additions and 5 deletions

View File

@ -267,11 +267,6 @@ namespace OpenSim.Region.ClientStack.Linden
Request = (x, y) =>
{
ScenePresence sp = m_module.Scene.GetScenePresence(Id);
if (sp == null)
{
m_log.ErrorFormat("[INVENTORY]: Unable to find ScenePresence for {0}", Id);
return;
}
aPollRequest reqinfo = new aPollRequest();
reqinfo.thepoll = this;