mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Part two of the previous commit, making IGridUserService.LoggedOut() more flexible without changing current behavior
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user