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()
.block_on(async {
if GameState::get_game_dir().await.is_none() {
if let Err(e) = GameState::set_game_dir(Some(
GameState::get_config_directory()
.await
.join("babylonia-terminal-config"),
))
if let Err(e) =
GameState::set_game_dir(Some(GameState::get_config_directory().await))
.await
{
ReportError {