Part two of the previous commit, making IGridUserService.LoggedOut() more flexible without changing current behavior

This commit is contained in:
John Hurliman
2010-09-29 14:34:02 -07:00
parent 9b7c99f0cf
commit b6e0563ad7
10 changed files with 22 additions and 16 deletions

View File

@@ -131,7 +131,7 @@ namespace OpenSim.Server.Handlers.GridUser
if (!UnpackArgs(request, out userID, out regionID, out position, out lookat))
return FailureResult();
if (m_GridUserService.LoggedOut(userID, regionID, position, lookat))
if (m_GridUserService.LoggedOut(userID, UUID.Zero, regionID, position, lookat))
return SuccessResult();
return FailureResult();