aboutsummaryrefslogtreecommitdiff
path: root/server/src/bin/graph.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-28 20:13:48 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-28 20:13:48 +0200
commitfc14456cdb32fc82d3b387fa6f8d8f0505fe6c7a (patch)
tree3bcc5eb16028034d2f3e33fa5228ff417fa77ad8 /server/src/bin/graph.rs
parentec398a409aa38f446f95eb4c15bc67e08c84bada (diff)
downloadhurrycurry-fc14456cdb32fc82d3b387fa6f8d8f0505fe6c7a.tar
hurrycurry-fc14456cdb32fc82d3b387fa6f8d8f0505fe6c7a.tar.bz2
hurrycurry-fc14456cdb32fc82d3b387fa6f8d8f0505fe6c7a.tar.zst
show demands
Diffstat (limited to 'server/src/bin/graph.rs')
-rw-r--r--server/src/bin/graph.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/bin/graph.rs b/server/src/bin/graph.rs
index 0aac5468..817352c1 100644
--- a/server/src/bin/graph.rs
+++ b/server/src/bin/graph.rs
@@ -32,7 +32,7 @@ fn main() -> Result<()> {
.nth(1)
.ok_or(anyhow!("first arg should be recipe set name"))?;
- let data = index.generate(format!("none-lobby-{rn}"))?;
+ let data = index.generate(format!("default-small-{rn}"))?;
for i in 0..data.item_names.len() {
println!("i{i} [label=\"{}\"]", data.item_name(ItemIndex(i)))