dont use wands that are just null shot/nolla (doesn't account for multi casts or shuffle wands)

This commit is contained in:
bgkillas 2024-08-30 07:18:53 -04:00
parent ed9438fcd3
commit 0022b2abcc
5 changed files with 21 additions and 8 deletions

View file

@ -101,6 +101,7 @@ impl Display for PeerState {
type Channel<T> = (Sender<T>, Receiver<T>);
/// Represents a network endpoint. Can be constructed in either `host` or `client` mode.
///
/// Client can only connect to hosts, but they are able to send messages to any other peer connected to the same host, including the host itself.
#[derive(Clone)]
pub struct Peer {