From 9572af0b8173ada042e654dc0c7c342d58eefc92 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Sun, 24 Mar 2024 05:46:03 +0100 Subject: chore: change factions to purple/yellow --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 5b6a857..4ee5e14 100644 --- a/src/main.rs +++ b/src/main.rs @@ -21,7 +21,7 @@ struct Cli { server: bool, #[arg(long, default_value = "meele")] champion: Champion, - #[arg(long, default_value = "blue")] + #[arg(long, default_value = "yellow")] faction: Faction, } -- cgit v1.2.3