From 1a8fbf5c5edde2dc20b48a6c0ffb0873ce1758e5 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Mon, 21 Nov 2022 13:25:07 +0100 Subject: [PATCH] IsIconVisibleInNameplates old config fix - no clue why --- PlayerTags/Data/Tag.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PlayerTags/Data/Tag.cs b/PlayerTags/Data/Tag.cs index d802e8d..1ff6dfa 100644 --- a/PlayerTags/Data/Tag.cs +++ b/PlayerTags/Data/Tag.cs @@ -284,7 +284,8 @@ namespace PlayerTags.Data private static readonly Dictionary ObsulteInheritableStringMap = new() { { "IsIconVisibleInChat", nameof(IsRoleIconVisibleInChat) }, - { "IsIconVisibleInNameplate", nameof(IsRoleIconVisibleInNameplates) } + { "IsIconVisibleInNameplate", nameof(IsRoleIconVisibleInNameplates) }, + { "IsIconVisibleInNameplates", nameof(IsRoleIconVisibleInNameplates) } }; private static string FixObsuleteInheritableStringName(string name) {