adjust default options (show icon and color in nameplate except on free company)

This commit is contained in:
2022-09-03 18:17:40 +02:00
parent c63998ec16
commit 5007e227bf

View File

@@ -47,8 +47,11 @@ namespace PlayerTags.Data
IsExpanded = true,
IsIconVisibleInChat = true,
IsTextVisibleInChat = true,
IsIconVisibleInNameplates = true,
IsTextVisibleInNameplates = true,
IsTextColorAppliedToChatName = true
IsTextColorAppliedToChatName = true,
IsTextColorAppliedToNameplateName = true,
IsTextColorAppliedToNameplateTitle = true
};
RoleTags = new Dictionary<Role, Tag>();