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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue