1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-19 11:15:18 +02:00

DevTest: Move more logging to log mod

This commit is contained in:
Wuzzy
2022-10-08 17:46:03 +02:00
committed by sfan5
parent 48530ccbc0
commit 3a7fffc587
4 changed files with 15 additions and 9 deletions

View File

@@ -13,11 +13,4 @@ function experimental.print_to_everything(msg)
minetest.chat_send_all(msg)
end
minetest.log("info", "[experimental] modname="..dump(minetest.get_current_modname()))
minetest.log("info", "[experimental] modpath="..dump(minetest.get_modpath("experimental")))
minetest.log("info", "[experimental] worldpath="..dump(minetest.get_worldpath()))
minetest.register_on_mods_loaded(function()
minetest.log("action", "[experimental] on_mods_loaded()")
end)