It's been one week I forgot to commit that ??!

This commit is contained in:
ALEZ-DEV 2024-06-18 19:19:54 +02:00
parent 107317afde
commit fda9a3b1fc

View File

@ -49,11 +49,8 @@ pub async fn listen_game_installation() {
.unwrap() .unwrap()
.block_on(async { .block_on(async {
if GameState::get_game_dir().await.is_none() { if GameState::get_game_dir().await.is_none() {
if let Err(e) = GameState::set_game_dir(Some( if let Err(e) =
GameState::get_config_directory() GameState::set_game_dir(Some(GameState::get_config_directory().await))
.await
.join("babylonia-terminal-config"),
))
.await .await
{ {
ReportError { ReportError {