forgot this file in the last commit, my bad

This commit is contained in:
ALEZ-DEV 2025-04-29 20:14:24 +02:00
parent 0fbed904c6
commit 594f871fab

View File

@ -52,7 +52,7 @@ pub async fn run_game() -> anyhow::Result<()> {
anyhow::bail!("Failed to start game, the game directory was not found");
}
GameManager::start_game(&proton, game_dir.unwrap(), None, false).await?;
GameManager::start_game(&proton, game_dir.unwrap(), None, vec![], false).await?;
Ok(())
}