From 59b2fc36020cef664084e5548ae54eac302e50f1 Mon Sep 17 00:00:00 2001 From: Dev Date: Sun, 30 Jul 2023 19:29:19 +0100 Subject: [PATCH] Typo fix --- project/src/controllers/DialogueController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/controllers/DialogueController.ts b/project/src/controllers/DialogueController.ts index 8b5866c8..81e463ce 100644 --- a/project/src/controllers/DialogueController.ts +++ b/project/src/controllers/DialogueController.ts @@ -403,7 +403,7 @@ export class DialogueController if (request.text.toLowerCase() === "nikita") { - this.mailSendService.sendUserMessageToPlayer(sessionId, sptFriendUser, this.randomUtil.getArrayValue(["I know that guy!", "Cool guy, he made EFT!", "Kegend", "Remember when he said webel-webel-webel-webel, classic nikita moment"])); + this.mailSendService.sendUserMessageToPlayer(sessionId, sptFriendUser, this.randomUtil.getArrayValue(["I know that guy!", "Cool guy, he made EFT!", "Legend", "Remember when he said webel-webel-webel-webel, classic nikita moment"])); } if (request.text.toLowerCase() === "are you a bot")