Used colored chat messages in various mods

This commit is contained in:
Anand S 2018-04-06 15:50:35 +05:30 committed by rubenwardy
parent 0bca42e392
commit ccd40285f0
4 changed files with 4 additions and 4 deletions

View file

@ -70,7 +70,7 @@ minetest.register_on_joinplayer(function(player)
if #inbox > 0 then
minetest.after(10, function()
minetest.chat_send_player(player:get_player_name(),
"(" .. #inbox .. ") You have mail! Type /inbox to recieve")
minetest.colorize(#00FF00,"(" .. #inbox .. ") You have mail! Type /inbox to recieve"))
end)
end
end)