fix: reconnects of players not disconnected

This commit is contained in:
2026-04-25 21:31:51 -04:00
Unverified
parent 1302ffe6b6
commit ada873fa51

View File

@@ -179,10 +179,7 @@ impl Server {
} }
} }
} else { } else {
// return Err(anyhow::anyhow!(format!( return self.handle_connect_cmd(addr, tx, requested_username).await;
// "ERROR:INVALID:RECONNECT:{}",
// requested_username
// )));
} }
Ok(()) Ok(())