mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
05:24:49 - [PRESENCE]: Logging off 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb because the region they were in has gone
Or, in other words, a region crash/restart no longer messes up presence.
This commit is contained in:
@@ -790,6 +790,10 @@ namespace OpenSim.Grid.UserServer
|
||||
userProfile.LastLogin = userAgent.LogoutTime;
|
||||
|
||||
CommitAgent(ref userProfile);
|
||||
|
||||
handlerLogOffUser = OnLogOffUser;
|
||||
if (handlerLogOffUser != null)
|
||||
handlerLogOffUser(agentID);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user