diff --git a/babylonia-terminal-gui/src/manager.rs b/babylonia-terminal-gui/src/manager.rs index b20150e..8b4bf95 100644 --- a/babylonia-terminal-gui/src/manager.rs +++ b/babylonia-terminal-gui/src/manager.rs @@ -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(()) }