Updated log message
This commit is contained in:
@@ -381,7 +381,7 @@ async fn determine_town_of_us_url(among_us_version: String) -> Option<(String, S
|
||||
.1
|
||||
.get(ver_capture.start()..ver_capture.end())
|
||||
.unwrap();
|
||||
println!("Installing version: {}", ver);
|
||||
println!("Installing Town of Us version: {}", ver);
|
||||
Some((String::from(ver), String::from(url), official_compatibility))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user