Remove some test code that accidentally crept in with 9d2e1c67
parent
9d2e1c67a8
commit
a29f7f7551
|
@ -514,9 +514,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