From 4f26cf8ea220427f65d3b2adbf4b76f540469373 Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 20 May 2007 15:50:36 +0000 Subject: Didn't want to get left behind in the number of commits, and hey it says there are some differences between my local copy and svn, so why not commit? --- OpenSim.RegionServer/AuthenticateSessionsBase.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'OpenSim.RegionServer/AuthenticateSessionsBase.cs') diff --git a/OpenSim.RegionServer/AuthenticateSessionsBase.cs b/OpenSim.RegionServer/AuthenticateSessionsBase.cs index 91bc54d..99b86d4 100644 --- a/OpenSim.RegionServer/AuthenticateSessionsBase.cs +++ b/OpenSim.RegionServer/AuthenticateSessionsBase.cs @@ -82,9 +82,7 @@ namespace OpenSim this.AgentCircuits[(uint)agentData.circuitcode].lastname = agentData.lastname; this.AgentCircuits[(uint)agentData.circuitcode].startpos = agentData.startpos; // Console.WriteLine("update user start pos is " + agentData.startpos.X + " , " + agentData.startpos.Y + " , " + agentData.startpos.Z); - } - } public void UpdateAgentChildStatus(uint circuitcode, bool childstatus) @@ -92,7 +90,6 @@ namespace OpenSim if (this.AgentCircuits.ContainsKey(circuitcode)) { this.AgentCircuits[circuitcode].child = childstatus; - } } @@ -101,7 +98,6 @@ namespace OpenSim if (this.AgentCircuits.ContainsKey(circuitcode)) { return this.AgentCircuits[circuitcode].child; - } return false; } -- cgit v1.1