mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 13:15:42 +12:00
Fix real time quiz?
This commit is contained in:
parent
5ff04d3f0e
commit
93af9a3be5
1 changed files with 1 additions and 0 deletions
|
@ -748,6 +748,7 @@ namespace HISP.Game
|
|||
}
|
||||
public static string BuildRealTimeQuiz(RealTimeQuiz.Participent participent)
|
||||
{
|
||||
participent.UserInstance.MajorPriority = true;
|
||||
return Messages.FormatEventRealTimeQuizMeta(participent.CorrectAnswers, participent.MistakenAnswers, participent.OnQuestion.BaseCategory.Name, participent.OnQuestion.Question);
|
||||
}
|
||||
public static string BuildCompanionLibary()
|
||||
|
|
Loading…
Add table
Reference in a new issue