• Stefy Lanza (nextime / spora )'s avatar
    fix: Register MatchTimerComponent with message bus · 4ddf7439
    Stefy Lanza (nextime / spora ) authored
    - Add message_bus.register_component() call in MatchTimerComponent constructor
    - Add message_bus.unregister_component() call in shutdown method
    - Fixes 'Recipient match_timer not found' warning when sending messages
    - Ensures proper message routing to the match timer component
    - Component can now receive START_GAME, SCHEDULE_GAMES, and CUSTOM messages
    4ddf7439
Name
Last commit
Last update
..
__init__.py Loading commit data...
application.py Loading commit data...
games_thread.py Loading commit data...
match_timer.py Loading commit data...
message_bus.py Loading commit data...
screen_cast.py Loading commit data...
thread_manager.py Loading commit data...