cinderblocks / libremetaverse

An fork of the libopenmetaverse library striving for performance improvements and up-to-date compatibility with Second Life and OpenSimulator (such as it is)
BSD 3-Clause "New" or "Revised" License
61 stars 44 forks source link

A syntax error creeped in during the #17f5c18d cleanup #81

Closed aiwaiwa closed 1 year ago

aiwaiwa commented 1 year ago

There's a missing parenthesis now in this expression: LibreMetaverse/AvatarManager.cs

return (Client.Network.CurrentSim?.Caps?.CapabilityURI("GetDisplayNames") != null;

cinderblocks commented 1 year ago

This is not an error.

aiwaiwa commented 1 year ago

But it fails compiling without either closing it with ) or removing the front (.

cinderblocks commented 1 year ago

You are right. Thanks.