Compare commits

...

2 Commits

Author SHA1 Message Date
Anna 7f698dd6c5
chore: bump version to 4.0.0-alpha.2 2021-12-09 21:32:26 -05:00
Anna c86b483f66
fix: update to new agent id name 2021-12-09 21:31:56 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ namespace XivCommon.Functions.FriendList {
var friendListAgent = (IntPtr) Framework.Instance()
->GetUiModule()
->GetAgentModule()
->GetAgentByInternalId(AgentId.FriendList);
->GetAgentByInternalId(AgentId.SocialFriendList);
if (friendListAgent == IntPtr.Zero) {
return Array.Empty<FriendListEntry>();
}

View File

@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
<Version>4.0.0-alpha.1</Version>
<Version>4.0.0-alpha.2</Version>
<DebugType>full</DebugType>
</PropertyGroup>