Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Improve mod folder creation code more
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoticgd committed Aug 21, 2023
1 parent 3b0e364 commit b85b235
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modmanager.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ static void draw_gui() {
}
} else {
RA_message_box(GUI_MESSAGE_BOX_ERROR, "Error", "Failed to write settings file (%s).", result->message);
if(settings.game_dir_valid) {
create_mod_dirs();
}
}
refresh();
}
Expand Down

0 comments on commit b85b235

Please sign in to comment.