diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-07 23:10:10 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-07 23:10:10 +0200 |
commit | 63812b9664a53900fea237823854c1852f7343f4 (patch) | |
tree | 952dca80461aa3b4d3834186b3ef6e01021cb68d /server/src/state.rs | |
parent | 9d14e2470f2b50374ed4230ffcac33482afaeb0b (diff) | |
download | hurrycurry-63812b9664a53900fea237823854c1852f7343f4.tar hurrycurry-63812b9664a53900fea237823854c1852f7343f4.tar.bz2 hurrycurry-63812b9664a53900fea237823854c1852f7343f4.tar.zst |
change default map
Diffstat (limited to 'server/src/state.rs')
-rw-r--r-- | server/src/state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/state.rs b/server/src/state.rs index 8f33b6d4..e3283c95 100644 --- a/server/src/state.rs +++ b/server/src/state.rs @@ -20,7 +20,7 @@ pub struct State { #[clap(multicall = true)] enum Command { Start { - #[arg(default_value = "small-default-default")] + #[arg(default_value = "junior")] spec: String, #[arg(default_value = "420")] timer: u64, |