mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Remove some test code that accidentally crept in with 9d2e1c67
This commit is contained in:
@@ -514,9 +514,6 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
|
||||
}
|
||||
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);
|
||||
capsPath = finalDestination.ServerURI + CapsUtil.GetCapsSeedPath(agentCircuit.CapsPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user