clear online status from gridUserService when killing dup presences
parent
7a24d8af52
commit
6cd822fd83
|
@ -419,6 +419,7 @@ namespace OpenSim.Services.LLLoginService
|
|||
firstName, lastName);
|
||||
return LLFailedLoginResponse.AlreadyLoggedInProblem;
|
||||
}
|
||||
m_GridUserService.LoggedOut(PrincipalIDstr, scopeID, guinfo.LastRegionID, guinfo.LastPosition, guinfo.LastLookAt);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue