Give generate remote base path a return value. wtf

This commit is contained in:
MysterD 2022-03-21 19:47:10 -07:00
parent 5e30be2779
commit d0401ea19f
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ bool mods_generate_remote_base_path(void) {
// make directory
if (!fs_sys_dir_exists(gRemoteModsBasePath)) { fs_sys_mkdir(gRemoteModsBasePath); }
return true;
}
void mods_activate(struct Mods* mods) {