Skip to content

Commit dc3d530

Browse files
committed
Fix typo
1 parent d9377d9 commit dc3d530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Atlasd/Battlenet/Channel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ public static string RenderOnlineName(GameState context, GameState target)
673673
targetName = $"{Encoding.UTF8.GetString(target.CharacterName)}*{targetName}";
674674
}
675675

676-
// Add Warcraft II internal identifier:
676+
// Add Warcraft III internal identifier:
677677
if (context == target && Product.IsWarcraftIII(context.Product))
678678
{
679679
targetName = $"w#{targetName}";

0 commit comments

Comments
 (0)