Race conditions can complete at the same time

Summary

Unsure if this is a bug or intentional but if you have a race: with multiple conditions and trigger 2 of the conditions there is a chance that both conditions finish the race as a success which i thought was abit off as i would assume only 1 race condition could be successful not multiple

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Verse

Steps to Reproduce

Have a race: with multiple conditions and ensure you can trigger the conditions at the same time and all that are triggered will act as a success

Expected Result

Im unsure if this is intended but my brain thinks that only 1 condition should ever win not multiple as its like a draw instead of a winner of the race

Observed Result

You can get multiple race conditions to complete at the same time

Platform(s)

pc

Additional Notes

I have tested and managed to use Sleep(0.0) but this does seem abit weird that this is possible or in my mind it does