* Updating trunk UserServer to make it sugilite happy (differentiation of regions by handle rather than port)

afrisby
Adam Frisby 2007-06-24 18:03:35 +00:00
parent 372aca9b99
commit ba96d08004
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ namespace OpenGridServices.UserServer
SimParams["startpos_x"] = theUser.currentAgent.currentPos.X.ToString();
SimParams["startpos_y"] = theUser.currentAgent.currentPos.Y.ToString();
SimParams["startpos_z"] = theUser.currentAgent.currentPos.Z.ToString();
SimParams["regionhandle"] = theUser.currentAgent.currentHandle.ToString();
ArrayList SendParams = new ArrayList();
SendParams.Add(SimParams);