Updated log message

This commit is contained in:
2022-08-16 08:55:26 -07:00
parent 91579d333e
commit 54b2b8b117

View File

@@ -381,7 +381,7 @@ async fn determine_town_of_us_url(among_us_version: String) -> Option<(String, S
.1 .1
.get(ver_capture.start()..ver_capture.end()) .get(ver_capture.start()..ver_capture.end())
.unwrap(); .unwrap();
println!("Installing version: {}", ver); println!("Installing Town of Us version: {}", ver);
Some((String::from(ver), String::from(url), official_compatibility)) Some((String::from(ver), String::from(url), official_compatibility))
} }