aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-05-01 23:25:30 +0100
committerJustin Clark-Casey (justincc)2012-05-01 23:25:30 +0100
commita29f7f7551c0b6d783d9c6df9f6a6487901dfd82 (patch)
treef710bd0bddc4fcbc5360a934c88d9190cc683948
parentAdd regression test for teleporting between neighbouring regions on the same ... (diff)
downloadopensim-SC_OLD-a29f7f7551c0b6d783d9c6df9f6a6487901dfd82.zip
opensim-SC_OLD-a29f7f7551c0b6d783d9c6df9f6a6487901dfd82.tar.gz
opensim-SC_OLD-a29f7f7551c0b6d783d9c6df9f6a6487901dfd82.tar.bz2
opensim-SC_OLD-a29f7f7551c0b6d783d9c6df9f6a6487901dfd82.tar.xz
Remove some test code that accidentally crept in with 9d2e1c67
-rw-r--r--OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
index 35486bb..75d1586 100644
--- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
@@ -514,9 +514,6 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
514 } 514 }
515 else 515 else
516 { 516 {
517 ICapabilitiesModule capModule = sp.Scene.CapsModule;
518 ulong regionHandle = reg.RegionHandle;
519 capModule.GetChildSeed(UUID.Zero, regionHandle);
520 agentCircuit.CapsPath = sp.Scene.CapsModule.GetChildSeed(sp.UUID, reg.RegionHandle); 517 agentCircuit.CapsPath = sp.Scene.CapsModule.GetChildSeed(sp.UUID, reg.RegionHandle);
521 capsPath = finalDestination.ServerURI + CapsUtil.GetCapsSeedPath(agentCircuit.CapsPath); 518 capsPath = finalDestination.ServerURI + CapsUtil.GetCapsSeedPath(agentCircuit.CapsPath);
522 } 519 }