1
0
mirror of synced 2024-09-24 03:18:22 +02:00

Ignore lobby stuff for now.

This commit is contained in:
Jennifer Taylor 2022-08-13 23:43:56 +00:00
parent 149eca0aab
commit 4b771feb16

View File

@ -7,6 +7,7 @@ from bemani.backend.jubeat.base import JubeatBase
from bemani.backend.jubeat.common import (
JubeatDemodataGetNewsHandler,
JubeatGametopGetMeetingHandler,
JubeatLobbyCheckHandler,
JubeatLoggerReportHandler,
)
from bemani.backend.jubeat.clan import JubeatClan
@ -21,6 +22,7 @@ class JubeatFesto(
JubeatDemodataGetNewsHandler,
JubeatGametopGetMeetingHandler,
JubeatLoggerReportHandler,
JubeatLobbyCheckHandler,
JubeatBase
):