feat: complete stable OpenSim live interactions
Some checks failed
CI / rust-skia (Rust only) (push) Has been cancelled
CI / required (push) Has been cancelled

This commit is contained in:
2026-08-22 00:48:58 +02:00
parent e4e84dcdcb
commit 2f5f03ac6f
11 changed files with 396 additions and 100 deletions

View File

@@ -390,6 +390,8 @@ impl LiveBackend {
let name = format!("{} {}", account.first, account.last);
let network = client.network();
let directory = client.directory();
let _inventory = client.inventory();
let _ = client.self_();
let mut login = network
.default_login_params(
std::mem::take(&mut account.first),