Used colored chat messages in various mods
This commit is contained in:
parent
0bca42e392
commit
ccd40285f0
4 changed files with 4 additions and 4 deletions
|
@ -64,7 +64,7 @@ minetest.register_chatcommand("report", {
|
|||
local toname = player:get_player_name()
|
||||
if minetest.check_player_privs(toname, {kick = true, ban = true}) then
|
||||
table.insert(mods, toname)
|
||||
minetest.chat_send_player(toname, "-!- " .. name .. " reported: " .. param)
|
||||
minetest.chat_send_player(toname, minetest.colorize(#FFFF00,"-!- " .. name .. " reported: " .. param))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue