Fixed seg fault when mods for some reason fail fail to load.

This commit is contained in:
2022-08-27 10:40:13 +02:00
parent 4995cac9b8
commit 79b688c38e
4 changed files with 8 additions and 3 deletions

View File

@ -30,7 +30,7 @@ static int init(struct cw_Mod * mod, cw_Cfg_t * global_cfg, int role)
}
return 0;
return 1;
}