Partial: Dedicated Peer distribution system
All checks were successful
CI / Formatting (push) Successful in 1m7s

This is an uncompleted commit to move the work over to my other machine. Should compile though.
This commit is contained in:
Michael Bradley 2025-07-09 19:37:46 -04:00
parent 4db82f328b
commit 1a5a628000
Signed by: MichaelBradley
SSH key fingerprint: SHA256:o/aaeYtRubILK7OYYjYP12DmU7BsPUhKji1AgaQ+ge4
6 changed files with 161 additions and 53 deletions

View file

@ -26,7 +26,7 @@ fn sender<T: Into<Vec<u8>> + Component + Clone>(
for entity in entities {
outbound.write(OutboundPacket(Packet::new(
(*entity).clone().into(),
peer.uuid,
peer.id,
)));
}
}