Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MP] Fix relay protocol routing with negative targets
Godot supports sending messages to "all but one peer" by sending a packet with a negative target (the negated ID of the excluded peer). The relay protocol was incorrectly interpreting the values and relaying the message to the wrong peers. This issue only affected "send_bytes" since the other subsystem (RPC and replication) "resolves" the correct IDs client-side (to match visibility information).
- Loading branch information