Map markers won't detect collisions any more if picked up before round begins #14
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?
If a map marker is touched by someone other than the instance owner before the final round begins, it will no longer be able to detect anything, and won't upright itself properly. It's likely an ownership issue, but I am not fixing it right now, so I'm logging it here to be fixed later.
This was an easy fix. Just enable the markers using a network event called on the owner, which then syncs everywhere else as intended. Kind of stupid it took me this long to figure out that was probably the issue the entire time. I'm not the smartest horse in the stable.