adjust default options (show icon and color in nameplate except on free company)
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user