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:
Melanie Thielker
2008-11-23 06:44:43 +00:00
parent cbd0221870
commit ed300f21f0
5 changed files with 105 additions and 1 deletions

View File

@@ -790,6 +790,10 @@ namespace OpenSim.Grid.UserServer
userProfile.LastLogin = userAgent.LogoutTime;
CommitAgent(ref userProfile);
handlerLogOffUser = OnLogOffUser;
if (handlerLogOffUser != null)
handlerLogOffUser(agentID);
}
}
}