diff --git a/src/commands/count.rs b/src/commands/count.rs index 0289c59..678c9e0 100644 --- a/src/commands/count.rs +++ b/src/commands/count.rs @@ -118,7 +118,7 @@ pub mod servers { // treat teh committee server as its own thing let committee_current = get_wolves_committee(&db).await; - cs.push((committee_current, 0, String::from("Committee Server"))); + cs.push((committee_current, committee_current, String::from("Committee Server"))); cs.sort_by_key(|(current, _, _)| *current); cs.reverse();