mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-15 04:41:22 +00:00
Use register_on_mods_loaded
This commit is contained in:
parent
7280c2a538
commit
774b22a55b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if i_file then
|
|||
end
|
||||
|
||||
-- register actions for after server startup
|
||||
core.after(0, function()
|
||||
core.register_on_mods_loaded(function()
|
||||
for i_old, i_new in pairs(i_list.replace) do
|
||||
cleaner.log("action", "replacing item \"" .. i_old .. "\" with \"" .. i_new .. "\"")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue