aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
authordan miller2007-09-24 02:40:13 +0000
committerdan miller2007-09-24 02:40:13 +0000
commita9a126063fa1d4f2ec628e4a00321c314cb893fd (patch)
treecc5b715ff903d1fac1b405dfa8be3d165b4d078d /OpenSim/Region/Environment/Scenes/Scene.cs
parent* Renamed methods on IUserData (diff)
downloadopensim-SC_OLD-a9a126063fa1d4f2ec628e4a00321c314cb893fd.zip
opensim-SC_OLD-a9a126063fa1d4f2ec628e4a00321c314cb893fd.tar.gz
opensim-SC_OLD-a9a126063fa1d4f2ec628e4a00321c314cb893fd.tar.bz2
opensim-SC_OLD-a9a126063fa1d4f2ec628e4a00321c314cb893fd.tar.xz
long-lost fixes to physics -- proper physical avatar management on crossings, TP
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 22f69a5..97a4ae1 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -1063,9 +1063,9 @@ namespace OpenSim.Region.Environment.Scenes
1063 // agent.startpos = new LLVector3(128, 128, 70); 1063 // agent.startpos = new LLVector3(128, 128, 70);
1064 agent.startpos = position; 1064 agent.startpos = position;
1065 agent.child = true; 1065 agent.child = true;
1066 m_scenePresences[remoteClient.AgentId].Close();
1066 commsManager.InterRegion.InformRegionOfChildAgent(regionHandle, agent); 1067 commsManager.InterRegion.InformRegionOfChildAgent(regionHandle, agent);
1067 commsManager.InterRegion.ExpectAvatarCrossing(regionHandle, remoteClient.AgentId, position, false); 1068 commsManager.InterRegion.ExpectAvatarCrossing(regionHandle, remoteClient.AgentId, position, false);
1068
1069 AgentCircuitData circuitdata = remoteClient.RequestClientInfo(); 1069 AgentCircuitData circuitdata = remoteClient.RequestClientInfo();
1070 string capsPath = Util.GetCapsURL(remoteClient.AgentId); 1070 string capsPath = Util.GetCapsURL(remoteClient.AgentId);
1071 remoteClient.SendRegionTeleport(regionHandle, 13, reg.ExternalEndPoint, 4, (1 << 4), capsPath); 1071 remoteClient.SendRegionTeleport(regionHandle, 13, reg.ExternalEndPoint, 4, (1 << 4), capsPath);
@@ -1364,4 +1364,4 @@ namespace OpenSim.Region.Environment.Scenes
1364 base.Close(); 1364 base.Close();
1365 } 1365 }
1366 } 1366 }
1367} \ No newline at end of file 1367}