Merge branch 'careminster' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-04-30 11:49:16 +01:00
7 changed files with 68 additions and 41 deletions

View File

@@ -6138,7 +6138,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
DelinkObjects handlerDelinkObjects = OnDelinkObjects;
if (handlerDelinkObjects != null)
{
handlerDelinkObjects(prims);
handlerDelinkObjects(prims, this);
}
return true;