diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-26 02:39:45 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-26 02:39:45 +0000 |
| commit | a017a140b912b40a6f61b3d918daa6e7554e65ed (patch) | |
| tree | 19d2536e6e832856eb93bcb869d97cb1c0259119 /src/main.c | |
| parent | 184bd50e2ea12b4bf40f4ae1b0d685f0bfa1c995 (diff) | |
fixed forever loop on lua initialization
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ int main(int argc, char **argv) { } if (result != CLI_HELP_CALLED) { + init_lua_config(); init_lua_state(); // if (!init_vars()) // return 1; |
