mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Second try at having a bandaid for the multiple logins crash
This commit is contained in:
@@ -792,7 +792,14 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
Entities.Remove(agentID);
|
||||
}
|
||||
|
||||
avatar.Close();
|
||||
try
|
||||
{
|
||||
avatar.Close();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
MainLog.Instance.Error("Scene.cs:RemoveClient exception: " + e.ToString());
|
||||
}
|
||||
|
||||
// Remove client agent from profile, so new logins will work
|
||||
CommsManager.UserService.clearUserAgent(agentID);
|
||||
|
||||
Reference in New Issue
Block a user