feat: private battles
This commit is contained in:
parent
33b0391ef3
commit
384f5abca5
21 changed files with 831 additions and 96 deletions
|
|
@ -32,8 +32,6 @@ impl RMCProtocolServer{
|
|||
error!("error reading rmc message");
|
||||
return;
|
||||
};
|
||||
|
||||
println!("got rmc message {},{}", rmc.protocol_id, rmc.method_id);
|
||||
|
||||
for proto in &self.0 {
|
||||
if let Some(response) = proto(&rmc, &socket, &connection).await {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue