mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
clear online status from gridUserService when killing dup presences
This commit is contained in:
@@ -419,6 +419,7 @@ namespace OpenSim.Services.LLLoginService
|
||||
firstName, lastName);
|
||||
return LLFailedLoginResponse.AlreadyLoggedInProblem;
|
||||
}
|
||||
m_GridUserService.LoggedOut(PrincipalIDstr, scopeID, guinfo.LastRegionID, guinfo.LastPosition, guinfo.LastLookAt);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user