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"
|
"unheard_edition"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"PveSettings": {
|
||||||
|
"ModeEnabled": true,
|
||||||
|
"AvailableVersions": [
|
||||||
|
"unheard_edition"
|
||||||
|
]
|
||||||
|
},
|
||||||
"BufferZone": {
|
"BufferZone": {
|
||||||
"CustomerCriticalTimeStart": 10,
|
"CustomerCriticalTimeStart": 10,
|
||||||
"CustomerKickNotifTime": 60,
|
"CustomerKickNotifTime": 60,
|
||||||
|
@ -48,6 +48,8 @@ export enum WildSpawnTypeNumber
|
|||||||
SHOOTERBTR = 46,
|
SHOOTERBTR = 46,
|
||||||
SPIRITWINTER = 47,
|
SPIRITWINTER = 47,
|
||||||
SPIRITSPRING = 48,
|
SPIRITSPRING = 48,
|
||||||
SPTUSEC = 49,
|
PMCBEAR = 49,
|
||||||
SPTBEAR = 50,
|
PMCUSEC = 50,
|
||||||
|
SPTUSEC = 51,
|
||||||
|
SPTBEAR = 52,
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@ export class BotDynamicRouter extends DynamicRouter
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
new RouteAction(
|
new RouteAction(
|
||||||
"/singleplayer/settings/bot/difficulties/",
|
"/singleplayer/settings/bot/difficulties",
|
||||||
(url: string, info: any, sessionID: string, output: string): any =>
|
(url: string, info: any, sessionID: string, output: string): any =>
|
||||||
{
|
{
|
||||||
return this.botCallbacks.getAllBotDifficulties(url, info, sessionID);
|
return this.botCallbacks.getAllBotDifficulties(url, info, sessionID);
|
||||||
|
Loading…
Reference in New Issue
Block a user