Skip to content

Commit 7845b1f

Browse files
committed
fix: application launching
1 parent 5f9dfa1 commit 7845b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/launch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub async fn launch(http: &reqwest::Client, enhancer: components::Enhancer) -> a
2424

2525
if utils::confirm_default("Do you want to launch the game?", true)? {
2626
log::info!("Waiting for Counter-Strike 2 to start");
27-
game::launch_and_wait(APP_CS2_NAME, APP_CS2_URL)
27+
game::launch_and_wait(APP_CS2_URL, APP_CS2_NAME)
2828
.await
2929
.context("failed to wait for cs2 to launch")?;
3030

0 commit comments

Comments
 (0)