Number of small changes

This commit is contained in:
MW
2007-05-19 11:55:05 +00:00
parent f0261fb51b
commit e2499fbbc1
8 changed files with 224 additions and 279 deletions

View File

@@ -279,8 +279,6 @@ namespace OpenSim
agent_data.circuitcode = circuitcode;
agent_data.startpos = new LLVector3(Single.Parse((string)requestData["pos_x"]), Single.Parse((string)requestData["pos_y"]), Single.Parse((string)requestData["pos_z"]));
RemoteGridBase gridServer = (RemoteGridBase)this.GridServers.GridServer;
AuthenticateSessionsHandler.UpdateAgentData(agent_data);
return new XmlRpcResponse();