mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45: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)
|
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);
|
return Messages.FormatEventRealTimeQuizMeta(participent.CorrectAnswers, participent.MistakenAnswers, participent.OnQuestion.BaseCategory.Name, participent.OnQuestion.Question);
|
||||||
}
|
}
|
||||||
public static string BuildCompanionLibary()
|
public static string BuildCompanionLibary()
|
||||||
|
|
Loading…
Add table
Reference in a new issue