mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 05:50:44 -05:00
Fixed typo
This commit is contained in:
parent
1ffa0678e9
commit
772d8b4e77
@ -15,10 +15,10 @@ export interface IHideoutConfig extends IBaseConfig {
|
||||
/** Only process a profiles hideout crafts when it has been active in the last x minutes */
|
||||
updateProfileHideoutWhenActiveWithinMinutes: number;
|
||||
cultistCircle: ICultistCircleSettings;
|
||||
hideoutCraftsToAdd: IHIdeoutCraftToAdd[];
|
||||
hideoutCraftsToAdd: IHideoutCraftToAdd[];
|
||||
}
|
||||
|
||||
export interface IHIdeoutCraftToAdd {
|
||||
export interface IHideoutCraftToAdd {
|
||||
requirements: IRequirement[];
|
||||
craftIdToCopy: string;
|
||||
craftOutputTpl: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user