diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-28 08:44:32 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-28 08:44:32 +0000 |
| commit | 1ffeb80f86809931d5d06b231d1dfab44bcd52d4 (patch) | |
| tree | 89c5c9ea6bdec811e5a32377e6d3c49c8603436b /src/update_all.c | |
| parent | 2561ad4095ad33127b55ac7627f28e1bcc3e642f (diff) | |
added on_update for global updates and specific targets
Diffstat (limited to 'src/update_all.c')
| -rw-r--r-- | src/update_all.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/update_all.c b/src/update_all.c index 756f98f..4ff750d 100644 --- a/src/update_all.c +++ b/src/update_all.c @@ -55,4 +55,5 @@ void update_all(void) { } } closedir(dir_ptr); + on_update(get_lua_state()); }
\ No newline at end of file |
