Podium scoreboards are no longer synced between clients #15

Closed
opened 2025-07-16 02:33:02 -04:00 by ActualHorse · 1 comment
Owner

Not sure what happened there, but we need to investigate this.

Not sure what happened there, but we need to investigate this.
ActualHorse added this to the v0.5 milestone 2025-07-16 02:33:02 -04:00
ActualHorse added the
Type
Bug
Priority
A
labels 2025-07-16 02:33:02 -04:00
ActualHorse self-assigned this 2025-07-16 02:33:02 -04:00
Author
Owner

It was another ownership issue. Scoring was changed to use field change callbacks for syncing to clients, but functions to change the score were being called by the game manager, which never takes ownership of an in-use podium. This is fixed now by using events called on the owner to adjust scores. This probably doesn't fix the admin panel's adjustment functions, but that can be fixed later.

It was another ownership issue. Scoring was changed to use field change callbacks for syncing to clients, but functions to change the score were being called by the game manager, which never takes ownership of an in-use podium. This is fixed now by using events called on the owner to adjust scores. This probably doesn't fix the admin panel's adjustment functions, but that can be fixed later.
Sign in to join this conversation.
No description provided.