Skip to content

Commit

Permalink
Merge pull request #4 from PintTheDragon/main
Browse files Browse the repository at this point in the history
Add a period to the end
  • Loading branch information
XoMiya-WPC authored Nov 4, 2021
2 parents ce7717a + d415c43 commit d89f780
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WhoAreMyTeammates/Handlers/EventHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public void ShowBroadcast(WamtBroadcast wamt)
}
}
if (names.Length > 2) names = names.Substring(0, names.Length - 2);
names += ".";
contentsFormatted = wamt.Contents.Replace("%list%", names);
Log.Debug("Formated names to contentsFormatted (%list%)", WhoAreMyTeammates.Instance.Config.EnableDebug);
contentsFormatted = contentsFormatted.Replace("%count%", playerCount.ToString());
Expand Down Expand Up @@ -145,4 +146,4 @@ public void ShowBroadcast(WamtBroadcast wamt)
}
}
}
}
}

0 comments on commit d89f780

Please sign in to comment.