mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
DevTest: Cleanup callback logging
This commit is contained in:
parent
9e186a42bd
commit
7a8ac00f9c
3 changed files with 16 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
-- Entities that test their callbacks
|
||||
|
||||
local message = function(msg)
|
||||
minetest.log("action", msg)
|
||||
minetest.log("action", "[callbacks] "..msg)
|
||||
minetest.chat_send_all(msg)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue