mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-18 14:36:26 +01:00
FMLLLLLLLLLLLLLLLLLLL
This commit is contained in:
parent
52954806f8
commit
e0e8357dcb
@ -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
|
||||
|
@ -10,7 +10,7 @@ export class QuestionFinishedParser implements IMessageParser
|
||||
{
|
||||
this._questionId = -1;
|
||||
this._answerCounts = null;
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
parse(wrapper: IMessageDataWrapper): boolean
|
||||
|
Loading…
Reference in New Issue
Block a user