mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Fix incorrect type (#1082)
It was defined with values of string, but the data seems to be boolean
This commit is contained in:
parent
d36443d9d1
commit
ead7da160e
@ -95,7 +95,7 @@ export interface IChatbotFeatures {
|
|||||||
/** Human readable id to guid for each bot */
|
/** Human readable id to guid for each bot */
|
||||||
ids: Record<string, string>;
|
ids: Record<string, string>;
|
||||||
/** Bot Ids player is allowed to interact with */
|
/** Bot Ids player is allowed to interact with */
|
||||||
enabledBots: Record<string, string>;
|
enabledBots: Record<string, boolean>;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ICommandoFeatures {
|
export interface ICommandoFeatures {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user