remove smz3 race announcements

main
Joey Pollack 2 years ago
parent 2869956f5a
commit 76562c1709

@ -38,7 +38,7 @@ pub async fn poll_races(ctx: Arc<Context>)
{
//println!("\tGame: {}\n\tCategory: {}", race["category"]["name"], race["goal"]["name"]);
let key = race["name"].to_string().strip_prefix("\"").unwrap().to_string();
if key.starts_with("sm") || key.starts_with("smr") || key.starts_with("smz3")
if key.starts_with("sm") || key.starts_with("smr")
{
let race = Race::from_json(race);
if !races.contains_key(&key)

Loading…
Cancel
Save