mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
CSM/SSM: Add on_mods_loaded callback (#7411)
* CSM/SSM: Add on_mods_loaded callback
This commit is contained in:
parent
a2de439a91
commit
ccc3af128c
12 changed files with 50 additions and 0 deletions
|
@ -200,3 +200,8 @@ core.register_chatcommand("text", {
|
|||
return core.localplayer:hud_change(id, "text", param)
|
||||
end,
|
||||
})
|
||||
|
||||
|
||||
core.register_on_mods_loaded(function()
|
||||
core.log("Yeah preview mod is loaded with other CSM mods.")
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue