1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

DevTest: Cleanup callback logging

This commit is contained in:
Wuzzy 2022-10-09 16:41:55 +02:00 committed by sfan5
parent 9e186a42bd
commit 7a8ac00f9c
3 changed files with 16 additions and 10 deletions

View file

@ -1,5 +1,5 @@
local function print_to_everything(msg)
minetest.log("action", msg)
minetest.log("action", "[callbacks] " .. msg)
minetest.chat_send_all(msg)
end