diff --git a/project/src/models/spt/config/ICoreConfig.ts b/project/src/models/spt/config/ICoreConfig.ts index 8c5e8fe7..a64ef626 100644 --- a/project/src/models/spt/config/ICoreConfig.ts +++ b/project/src/models/spt/config/ICoreConfig.ts @@ -95,7 +95,7 @@ export interface IChatbotFeatures { /** Human readable id to guid for each bot */ ids: Record; /** Bot Ids player is allowed to interact with */ - enabledBots: Record; + enabledBots: Record; } export interface ICommandoFeatures {