Final round often counts multiple correct responses with one marker #22

Closed
opened 2025-07-17 00:27:55 -04:00 by ActualHorse · 1 comment
Owner

There's clearly another small sync issue with the final round causing multiple valid "Correct Response" events to fire despite only one marker being placed. This should be investigated, because it seems more than just a bit rare.

There's clearly another small sync issue with the final round causing multiple valid "Correct Response" events to fire despite only one marker being placed. This should be investigated, because it seems more than just a bit rare.
ActualHorse added this to the v0.5 milestone 2025-07-17 00:27:55 -04:00
ActualHorse added the
Type
Bug
Priority
A
labels 2025-07-17 00:27:55 -04:00
ActualHorse self-assigned this 2025-07-17 00:27:55 -04:00
Author
Owner

This took far too long to figure out. Essentially we now check to make sure the local player matches the owner of the marker, and if so, only then do we send the event. This ensures the event can only fire one time in total. By doing this, everything stays in sync properly, and only one signal is ever fired to the owner of the GameManagerRound3 object.

I'm so happy this is finally done.

This took far too long to figure out. Essentially we now check to make sure the local player matches the owner of the marker, and if so, only then do we send the event. This ensures the event can only fire one time in total. By doing this, everything stays in sync properly, and only one signal is ever fired to the owner of the GameManagerRound3 object. I'm so happy this is finally done.
Sign in to join this conversation.
No description provided.