Add new EventQueueTests with basic test to check that adding a client registers an http poll

This commit is contained in:
Justin Clark-Casey (justincc)
2011-10-24 22:23:41 +01:00
parent 4c9400e646
commit e28e2d24c7
6 changed files with 149 additions and 2 deletions

View File

@@ -2561,7 +2561,9 @@ namespace OpenSim.Region.Framework.Scenes
if (aCircuit.child == false)
{
sp.IsChildAgent = false;
Util.FireAndForget(delegate(object o) { AttachmentsModule.RezAttachments(sp); });
if (AttachmentsModule != null)
Util.FireAndForget(delegate(object o) { AttachmentsModule.RezAttachments(sp); });
}
}