pushing merge conflict resolution to previous commit (!312)
Co-authored-by: clodan <clodan@clodan.com> Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/312 Co-authored-by: Alex <clodan@noreply.dev.sp-tarkov.com> Co-committed-by: Alex <clodan@noreply.dev.sp-tarkov.com>
This commit is contained in:
parent
cee7ef2e47
commit
65a804dc01
@ -25,18 +25,13 @@ export class BotDynamicRouter extends DynamicRouter
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
new RouteAction(
|
new RouteAction(
|
||||||
<<<<<<< HEAD
|
"/singleplayer/settings/bot/difficulties",
|
||||||
"/singleplayer/settings/bot/difficulties/",
|
|
||||||
async (
|
async (
|
||||||
url: string,
|
url: string,
|
||||||
info: any,
|
info: any,
|
||||||
sessionID: string,
|
sessionID: string,
|
||||||
output: string,
|
output: string,
|
||||||
): Promise<Record<string, Difficulties>> =>
|
): Promise<Record<string, Difficulties>> =>
|
||||||
=======
|
|
||||||
"/singleplayer/settings/bot/difficulties",
|
|
||||||
(url: string, info: any, sessionID: string, output: string): any =>
|
|
||||||
>>>>>>> 3.9.0-DEV
|
|
||||||
{
|
{
|
||||||
return this.botCallbacks.getAllBotDifficulties(url, info, sessionID);
|
return this.botCallbacks.getAllBotDifficulties(url, info, sessionID);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user