Give generate remote base path a return value. wtf
This commit is contained in:
parent
5e30be2779
commit
d0401ea19f
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue