Podium scoreboards are no longer synced between clients #15
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not sure what happened there, but we need to investigate this.
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.