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

@ -45,7 +45,7 @@ minetest.register_on_punchplayer(function(player, hitter,
if hitter and respawn_immunity.is_immune(hitter) then
minetest.chat_send_player(hitter:get_player_name(),
"Your immunity has ended because you attacked a player")
minetest.colorize(#FF8C00,"Your immunity has ended because you attacked a player"))
immune_players[hitter:get_player_name()] = nil
respawn_immunity.update_effects(hitter)
end