Final round marker seems to check for non-collisions too quickly on occasion. #23
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?
I'm too excited to check this further right now because the bugs with the final round syncing are finally resolved to my satisfaction, but one other bug appears to have shown itself. If a marker detects no collisions, it will occasionally fire the event too quickly, rather than waiting the designated eight ticks.
This could possibly be dependent on the number of synced players, which would be a very annoying bug, but is theoretically possible, I guess.
Another simple fix. The markers were being activated on every client, and therefore running the collision check loop once for every player in the game, for every marker. Only activating the marker on its owner fixes this issue.