mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Merge branch 'master' of https://dev.sp-tarkov.com/SPT-AKI/Server
# Conflicts: # project/src/controllers/DialogueController.ts
This commit is contained in:
commit
9cc4cba105
@ -362,7 +362,7 @@ export class DialogueController
|
|||||||
|
|
||||||
if (request.text.toLowerCase() === "are you a bot")
|
if (request.text.toLowerCase() === "are you a bot")
|
||||||
{
|
{
|
||||||
this.mailSendService.sendUserMessageToPlayer(sessionId, sptFriendUser, this.randomUtil.getArrayValue(["beep boop", "**sad boop**", "probably", "sometimes", "yeah lol", "rude"]));
|
this.mailSendService.sendUserMessageToPlayer(sessionId, sptFriendUser, this.randomUtil.getArrayValue(["beep boop", "**sad boop**", "probably", "sometimes", "yeah lol"]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user