fix: logs using id not path (#6511)

* fix: logs using id not path

* fix: lint
This commit is contained in:
Calum H.
2026-06-26 17:50:26 +02:00
committed by GitHub
parent ebf4a6ef5f
commit 1067b02830
2 changed files with 28 additions and 7 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ async fn main() -> theseus::Result<()> {
for world in worlds {
println!(
"World: {:?}/{:?} played at {:?}: {:#?}",
world.profile,
world.instance_id,
world.world.name,
world.world.last_played,
world.world.details