Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Jan 16, 2023
1 parent cf53ad4 commit 76a5d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibreMetaverse/AvatarManager.cs
Expand Up @@ -689,7 +689,7 @@ public void RequestAvatarNames(List<UUID> ids)
/// <returns>True if Display name functionality is available</returns>
public bool DisplayNamesAvailable()
{
return (Client.Network.CurrentSim?.Caps?.CapabilityURI("GetDisplayNames") != null;
return Client.Network.CurrentSim?.Caps?.CapabilityURI("GetDisplayNames") != null;
}

/// <summary>
Expand Down

0 comments on commit 76a5d73

Please sign in to comment.