* Updating trunk UserServer to make it sugilite happy (differentiation of regions by handle rather than port)
parent
372aca9b99
commit
ba96d08004
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue