Better logging
This commit is contained in:
parent
e0b9b476ee
commit
dff4eee6c7
@ -255,6 +255,9 @@ minetest.register_chatcommand("t", {
|
|||||||
local team = ctf.team(tname)
|
local team = ctf.team(tname)
|
||||||
if team then
|
if team then
|
||||||
minetest.log("action", tname .. "<" .. name .. "> ** ".. param .. " **")
|
minetest.log("action", tname .. "<" .. name .. "> ** ".. param .. " **")
|
||||||
|
if minetest.global_exists("chatplus") then
|
||||||
|
chatplus.log(tname .. "<" .. name .. "> ** ".. param .. " **")
|
||||||
|
end
|
||||||
for username, to in pairs(team.players) do
|
for username, to in pairs(team.players) do
|
||||||
minetest.chat_send_player(username,
|
minetest.chat_send_player(username,
|
||||||
tname .. "<" .. name .. "> ** " .. param .. " **")
|
tname .. "<" .. name .. "> ** " .. param .. " **")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user