mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-15 00:48:52 +00:00
forgot this file in the last commit, my bad
This commit is contained in:
parent
0fbed904c6
commit
594f871fab
@ -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(())
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user