mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Part two of the previous commit, making IGridUserService.LoggedOut() more flexible without changing current behavior
This commit is contained in:
@@ -232,7 +232,7 @@ namespace OpenSim.Services.HypergridService
|
||||
|
||||
GridUserInfo guinfo = m_GridUserService.GetGridUserInfo(userID.ToString());
|
||||
if (guinfo != null)
|
||||
m_GridUserService.LoggedOut(userID.ToString(), guinfo.LastRegionID, guinfo.LastPosition, guinfo.LastLookAt);
|
||||
m_GridUserService.LoggedOut(userID.ToString(), sessionID, guinfo.LastRegionID, guinfo.LastPosition, guinfo.LastLookAt);
|
||||
}
|
||||
|
||||
// We need to prevent foreign users with the same UUID as a local user
|
||||
|
||||
Reference in New Issue
Block a user