mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-27 19:35:24 +01:00
DevTest: Cleanup callback logging
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user