Add missing property to IUserDialogDetails (!371)
The property is used for Unheard edition accounts to retain their icon on reloading the dialog. Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/371 Co-authored-by: 静穏靄 <seionmoya@noreply.dev.sp-tarkov.com> Co-committed-by: 静穏靄 <seionmoya@noreply.dev.sp-tarkov.com>
This commit is contained in:
parent
4f636d3061
commit
d0f11fd073
@ -121,6 +121,7 @@ export interface IUserDialogDetails
|
|||||||
Side: string
|
Side: string
|
||||||
Level: number
|
Level: number
|
||||||
MemberCategory: MemberCategory
|
MemberCategory: MemberCategory
|
||||||
|
SelectedMemberCategory: MemberCategory
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Cleanup: Maybe the same as Dialogue?
|
// @Cleanup: Maybe the same as Dialogue?
|
||||||
|
Loading…
Reference in New Issue
Block a user