FMLLLLLLLLLLLLLLLLLLL

This commit is contained in:
dank074 2021-11-16 15:28:41 -06:00
parent 52954806f8
commit e0e8357dcb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -10,7 +10,7 @@ export class QuestionFinishedParser implements IMessageParser
{
this._questionId = -1;
this._answerCounts = null;
return false;
return true;
}
parse(wrapper: IMessageDataWrapper): boolean