diff options
Diffstat (limited to '')
-rw-r--r-- | OpenGridServices/OpenGridServices.UserServer/UserManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenGridServices/OpenGridServices.UserServer/UserManager.cs b/OpenGridServices/OpenGridServices.UserServer/UserManager.cs index 913d0fc..4fb7984 100644 --- a/OpenGridServices/OpenGridServices.UserServer/UserManager.cs +++ b/OpenGridServices/OpenGridServices.UserServer/UserManager.cs | |||
@@ -355,6 +355,7 @@ namespace OpenGridServices.UserServer | |||
355 | SimParams["startpos_x"] = theUser.currentAgent.currentPos.X.ToString(); | 355 | SimParams["startpos_x"] = theUser.currentAgent.currentPos.X.ToString(); |
356 | SimParams["startpos_y"] = theUser.currentAgent.currentPos.Y.ToString(); | 356 | SimParams["startpos_y"] = theUser.currentAgent.currentPos.Y.ToString(); |
357 | SimParams["startpos_z"] = theUser.currentAgent.currentPos.Z.ToString(); | 357 | SimParams["startpos_z"] = theUser.currentAgent.currentPos.Z.ToString(); |
358 | SimParams["regionhandle"] = theUser.currentAgent.currentHandle.ToString(); | ||
358 | ArrayList SendParams = new ArrayList(); | 359 | ArrayList SendParams = new ArrayList(); |
359 | SendParams.Add(SimParams); | 360 | SendParams.Add(SimParams); |
360 | 361 | ||