mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-31 03:12:35 +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._userId = -1;
|
||||||
this._value = '';
|
this._value = '';
|
||||||
this._answerCounts = null;
|
this._answerCounts = null;
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
parse(wrapper: IMessageDataWrapper): boolean
|
parse(wrapper: IMessageDataWrapper): boolean
|
||||||
|
@ -10,7 +10,7 @@ export class QuestionFinishedParser implements IMessageParser
|
|||||||
{
|
{
|
||||||
this._questionId = -1;
|
this._questionId = -1;
|
||||||
this._answerCounts = null;
|
this._answerCounts = null;
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
parse(wrapper: IMessageDataWrapper): boolean
|
parse(wrapper: IMessageDataWrapper): boolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user