fixes to get in raid (customs only) (!310)
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/310 Co-authored-by: kiobu <kiobu@sdf.org> Co-committed-by: kiobu <kiobu@sdf.org>
This commit is contained in:
parent
b59283e5b5
commit
44583f40ac
17535
project/assets/database/bots/types/pmcbear.json
Normal file
17535
project/assets/database/bots/types/pmcbear.json
Normal file
File diff suppressed because it is too large
Load Diff
17532
project/assets/database/bots/types/pmcusec.json
Normal file
17532
project/assets/database/bots/types/pmcusec.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -6124,6 +6124,12 @@
|
||||
"unheard_edition"
|
||||
]
|
||||
},
|
||||
"PveSettings": {
|
||||
"ModeEnabled": true,
|
||||
"AvailableVersions": [
|
||||
"unheard_edition"
|
||||
]
|
||||
},
|
||||
"BufferZone": {
|
||||
"CustomerCriticalTimeStart": 10,
|
||||
"CustomerKickNotifTime": 60,
|
||||
@ -28448,4 +28454,4 @@
|
||||
"_encyclopedia": "61bcc89aef0f505f0c6cd0fc"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -48,6 +48,8 @@ export enum WildSpawnTypeNumber
|
||||
SHOOTERBTR = 46,
|
||||
SPIRITWINTER = 47,
|
||||
SPIRITSPRING = 48,
|
||||
SPTUSEC = 49,
|
||||
SPTBEAR = 50,
|
||||
PMCBEAR = 49,
|
||||
PMCUSEC = 50,
|
||||
SPTUSEC = 51,
|
||||
SPTBEAR = 52,
|
||||
}
|
||||
|
@ -24,7 +24,7 @@ export class BotDynamicRouter extends DynamicRouter
|
||||
},
|
||||
),
|
||||
new RouteAction(
|
||||
"/singleplayer/settings/bot/difficulties/",
|
||||
"/singleplayer/settings/bot/difficulties",
|
||||
(url: string, info: any, sessionID: string, output: string): any =>
|
||||
{
|
||||
return this.botCallbacks.getAllBotDifficulties(url, info, sessionID);
|
||||
|
Loading…
Reference in New Issue
Block a user