From 60ceda3cfc0527e72089b748c414a027979c358d Mon Sep 17 00:00:00 2001 From: MW Date: Thu, 17 May 2007 13:39:30 +0000 Subject: Attempt 2 --- OpenSim.RegionServer/SimClient.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim.RegionServer/SimClient.cs') diff --git a/OpenSim.RegionServer/SimClient.cs b/OpenSim.RegionServer/SimClient.cs index 980e1d8..ab20846 100644 --- a/OpenSim.RegionServer/SimClient.cs +++ b/OpenSim.RegionServer/SimClient.cs @@ -119,12 +119,12 @@ namespace OpenSim //currently not working due to changes in progress to the authenticating system. /* if (m_gridServer.GetName() == "Remote") { - this.startpos = ((RemoteGridBase)m_gridServer).agentcircuits[initialcirpack.CircuitCode.Code].startpos; + this.startpos = m_authenticateSessionsHandler.GetPosition(initialcirpack.CircuitCode.Code); } else {*/ this.startpos = new LLVector3(128, 128, m_world.Terrain[(int)128, (int)128] + 15.0f); // new LLVector3(128.0f, 128.0f, 60f); - //} + // } PacketQueue = new BlockingQueue(); this.UploadAssets = new AgentAssetUpload(this, m_assetCache, m_inventoryCache); -- cgit v1.1