mirror of
https://github.com/opensim/opensim.git
synced 2026-07-04 18:15:56 +08:00
Bug fix in inventory fetching: sometimes the caps request comes before there is a scene presence, and that's ok.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user