amend comment

This commit is contained in:
2025-11-06 02:38:13 +00:00
parent a6ea8ad8e2
commit bf086d0442
+1 -1
View File
@@ -44,7 +44,7 @@ pub fn launch(platform: &Platform, version: &LaunchVersion) {
};
let mut play_gtav_path = PathBuf::from(install_folder);
play_gtav_path.push("PlayGTAV.exe");
// ignoring `Result` because if it errors that means GTA isn't installed via Rockstar
// ignoring the return because if it errors that means GTA isn't installed via Rockstar
let _ = Command::new(play_gtav_path).spawn();
}
Platform::Epic => {