mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
During login cancel, don't error out here on a null client.
This commit is contained in:
@@ -369,6 +369,9 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
|
||||
|
||||
public virtual bool SendFriendsOnlineIfNeeded(IClientAPI client)
|
||||
{
|
||||
if (client == null)
|
||||
return false;
|
||||
|
||||
UUID agentID = client.AgentId;
|
||||
|
||||
// Check if the online friends list is needed
|
||||
|
||||
Reference in New Issue
Block a user