mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 00:58:07 +00: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