IsIconVisibleInNameplates old config fix - no clue why

This commit is contained in:
2022-11-21 13:25:07 +01:00
parent 6a7e336c1a
commit 1a8fbf5c5e

View File

@@ -284,7 +284,8 @@ namespace PlayerTags.Data
private static readonly Dictionary<string, string> ObsulteInheritableStringMap = new()
{
{ "IsIconVisibleInChat", nameof(IsRoleIconVisibleInChat) },
{ "IsIconVisibleInNameplate", nameof(IsRoleIconVisibleInNameplates) }
{ "IsIconVisibleInNameplate", nameof(IsRoleIconVisibleInNameplates) },
{ "IsIconVisibleInNameplates", nameof(IsRoleIconVisibleInNameplates) }
};
private static string FixObsuleteInheritableStringName(string name)
{