aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-07 21:33:11 +0000
committerJustin Clarke Casey2008-11-07 21:33:11 +0000
commit47e3d4d1f08b2aec45a57b985a2608defe07ca19 (patch)
treed70b60f388675a1b95af34cc4d77075f256e77f4 /OpenSim/Region/Environment/Scenes/ScenePresence.cs
parent* minor: Just some tidy up of log messages, etc. (diff)
downloadopensim-SC_OLD-47e3d4d1f08b2aec45a57b985a2608defe07ca19.zip
opensim-SC_OLD-47e3d4d1f08b2aec45a57b985a2608defe07ca19.tar.gz
opensim-SC_OLD-47e3d4d1f08b2aec45a57b985a2608defe07ca19.tar.bz2
opensim-SC_OLD-47e3d4d1f08b2aec45a57b985a2608defe07ca19.tar.xz
* Remove next local id from SceneBase
* This was only reference by ScenePresence and not used anyway - Scene itself had it's own copy
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index 4adebc4..65565a5 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -492,7 +492,6 @@ namespace OpenSim.Region.Environment.Scenes
492 m_scene = world; 492 m_scene = world;
493 m_uuid = client.AgentId; 493 m_uuid = client.AgentId;
494 m_regionInfo = reginfo; 494 m_regionInfo = reginfo;
495 m_localId = m_scene.NextLocalId;
496 495
497 IGroupsModule gm = m_scene.RequestModuleInterface<IGroupsModule>(); 496 IGroupsModule gm = m_scene.RequestModuleInterface<IGroupsModule>();
498 if (gm != null) 497 if (gm != null)
@@ -2214,8 +2213,6 @@ namespace OpenSim.Region.Environment.Scenes
2214 2213
2215 CrossAttachmentsIntoNewRegion(neighbourHandle, true); 2214 CrossAttachmentsIntoNewRegion(neighbourHandle, true);
2216 2215
2217// m_scene.SendKillObject(m_localId);
2218
2219 m_scene.NotifyMyCoarseLocationChange(); 2216 m_scene.NotifyMyCoarseLocationChange();
2220 // the user may change their profile information in other region, 2217 // the user may change their profile information in other region,
2221 // so the userinfo in UserProfileCache is not reliable any more, delete it 2218 // so the userinfo in UserProfileCache is not reliable any more, delete it
@@ -2265,7 +2262,6 @@ namespace OpenSim.Region.Environment.Scenes
2265 /// </summary> 2262 /// </summary>
2266 public void ChildAgentDataUpdate(ChildAgentDataUpdate cAgentData, uint tRegionX, uint tRegionY, uint rRegionX, uint rRegionY) 2263 public void ChildAgentDataUpdate(ChildAgentDataUpdate cAgentData, uint tRegionX, uint tRegionY, uint rRegionX, uint rRegionY)
2267 { 2264 {
2268 //
2269 if (!IsChildAgent) 2265 if (!IsChildAgent)
2270 return; 2266 return;
2271 2267