Skip to content

Commit

Permalink
Update HuntRelayHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaksuhn committed Aug 23, 2024
1 parent 16ceabd commit fa58d3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Automaton/Features/HuntRelayHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ private Lumina.Text.SeStringBuilder BuildRelayMessage(MapLinkPayload MapLink, Wo
var pattern = "(?i)(<flag>|<world>|<type>)";
var splitMsg = Regex.Split(Config.ChatMessagePattern, pattern);
var sb = new Lumina.Text.SeStringBuilder();
if (Config.DryRun) sb.Append("[DRY RUN] ");
foreach (var s in splitMsg)
{
switch (s)
Expand Down

0 comments on commit fa58d3e

Please sign in to comment.