Remove some test code that accidentally crept in with 9d2e1c67
parent
3393babb7d
commit
880358f46b
|
@ -508,9 +508,6 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ICapabilitiesModule capModule = sp.Scene.CapsModule;
|
|
||||||
ulong regionHandle = reg.RegionHandle;
|
|
||||||
capModule.GetChildSeed(UUID.Zero, regionHandle);
|
|
||||||
agentCircuit.CapsPath = sp.Scene.CapsModule.GetChildSeed(sp.UUID, reg.RegionHandle);
|
agentCircuit.CapsPath = sp.Scene.CapsModule.GetChildSeed(sp.UUID, reg.RegionHandle);
|
||||||
capsPath = finalDestination.ServerURI + CapsUtil.GetCapsSeedPath(agentCircuit.CapsPath);
|
capsPath = finalDestination.ServerURI + CapsUtil.GetCapsSeedPath(agentCircuit.CapsPath);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue