mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
Add Manager Skip button on quiz
This commit is contained in:
@@ -40,6 +40,8 @@ io.on("connection", (socket) => {
|
||||
Player.selectedAnswer(gameState, io, socket, answerKey),
|
||||
)
|
||||
|
||||
socket.on("manager:abortQuiz", () => Manager.abortQuiz(gameState, io, socket))
|
||||
|
||||
socket.on("manager:nextQuestion", () =>
|
||||
Manager.nextQuestion(gameState, io, socket),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user