mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Add missing space in cross-world PF links (#1717)
This commit is contained in:
parent
3f4a91b726
commit
0656a524b1
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ public class SeString
|
|||
{
|
||||
new PartyFinderPayload(listingId, isCrossWorld ? PartyFinderPayload.PartyFinderLinkType.NotSpecified : PartyFinderPayload.PartyFinderLinkType.LimitedToHomeWorld),
|
||||
// ->
|
||||
new TextPayload($"Looking for Party ({recruiterName})"),
|
||||
new TextPayload($"Looking for Party ({recruiterName})" + (isCrossWorld ? " " : string.Empty)),
|
||||
};
|
||||
|
||||
payloads.InsertRange(1, TextArrowPayloads);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue