Fix linkshell rotation

This commit is contained in:
Infi
2024-11-17 19:16:21 +01:00
parent bf27d3e853
commit a648bcf60d
5 changed files with 12 additions and 13 deletions
+2 -1
View File
@@ -20,6 +20,7 @@ using FFXIVClientStructs.FFXIV.Client.UI;
using FFXIVClientStructs.FFXIV.Component.GUI;
using ImGuiNET;
using Lumina.Excel.Sheets;
using Action = System.Action;
using DalamudPartyFinderPayload = Dalamud.Game.Text.SeStringHandling.Payloads.PartyFinderPayload;
using ChatTwoPartyFinderPayload = ChatTwo.Util.PartyFinderPayload;
@@ -200,7 +201,7 @@ public sealed class PayloadHandler {
internal void Click(Chunk chunk, Payload? payload, ImGuiMouseButton button)
{
if (Plugin.Config.PlaySounds)
UIModule.PlaySound(PopupSfx);
UIGlobals.PlaySoundEffect(PopupSfx);
switch (button)
{