Skip to content

Commit dad3a66

Browse files
Update OverlayPlugin.Core/EventSources/MiniParseEventSource.cs
Co-authored-by: Adrienne Walker <[email protected]>
1 parent b3b9b8b commit dad3a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OverlayPlugin.Core/EventSources/MiniParseEventSource.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ private List<Dictionary<string, object>> GetCombatants(List<uint> ids, List<stri
279279
{
280280
foreach (var name in names)
281281
{
282-
if (combatantName.Equals(name, StringComparison.CurrentCultureIgnoreCase))
282+
if (combatantName.Equals(name, StringComparison.InvariantCultureIgnoreCase))
283283
{
284284
include = true;
285285
break;

0 commit comments

Comments
 (0)