add comment

This commit is contained in:
2022-09-21 07:21:44 +02:00
parent d6e4b2cbd9
commit feea8fb43d

View File

@@ -290,6 +290,7 @@ namespace PlayerTags.Features
var playerPayload = new PlayerPayload(playerName, PluginServices.ClientState.LocalPlayer.HomeWorld.Id);
int playerPayloadIndex = seString.Payloads.IndexOf(playerTextPayload);
// Ensure to include the group number prefix within the player link
if (isSender && (chatType == XivChatType.Party || chatType == XivChatType.Alliance))
playerPayloadIndex--;