From e0e8357dcbd25608a3d5b83b7c0bdf8ee09f6aba Mon Sep 17 00:00:00 2001 From: dank074 Date: Tue, 16 Nov 2021 15:28:41 -0600 Subject: [PATCH] FMLLLLLLLLLLLLLLLLLLL --- .../messages/parser/poll/QuestionAnsweredParser.ts | 2 +- .../messages/parser/poll/QuestionFinishedParser.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nitro/communication/messages/parser/poll/QuestionAnsweredParser.ts b/src/nitro/communication/messages/parser/poll/QuestionAnsweredParser.ts index 8902a42a..e5b26406 100644 --- a/src/nitro/communication/messages/parser/poll/QuestionAnsweredParser.ts +++ b/src/nitro/communication/messages/parser/poll/QuestionAnsweredParser.ts @@ -12,7 +12,7 @@ export class QuestionAnsweredParser implements IMessageParser this._userId = -1; this._value = ''; this._answerCounts = null; - return false; + return true; } parse(wrapper: IMessageDataWrapper): boolean diff --git a/src/nitro/communication/messages/parser/poll/QuestionFinishedParser.ts b/src/nitro/communication/messages/parser/poll/QuestionFinishedParser.ts index c3d7aea4..da361013 100644 --- a/src/nitro/communication/messages/parser/poll/QuestionFinishedParser.ts +++ b/src/nitro/communication/messages/parser/poll/QuestionFinishedParser.ts @@ -10,7 +10,7 @@ export class QuestionFinishedParser implements IMessageParser { this._questionId = -1; this._answerCounts = null; - return false; + return true; } parse(wrapper: IMessageDataWrapper): boolean