diff --git a/src/inventory_wars/gui/app.py b/src/inventory_wars/gui/app.py index 09bcb05..edca880 100644 --- a/src/inventory_wars/gui/app.py +++ b/src/inventory_wars/gui/app.py @@ -109,7 +109,7 @@ class GameService(QObject): def __init__(self, parent=None): super().__init__(parent) - self.m_game = Game(session, listening_channels=[ChitChatChannelType.ChannelTeam]) + self.m_game = Game(session, listening_channels=[ChitChatChannelType.ChannelUnion]) self.m_started_at: datetime | None = None self.m_revealed: bool = False