Skip to content

Commit

Permalink
Merge branch 'master' into flag_m
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT authored Jul 12, 2024
2 parents 84e80fb + 015363a commit d99e46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ctf/ctf_chat/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ minetest.register_chatcommand("t", {
local tcolor = ctf_teams.team[tname].color
for username in pairs(ctf_teams.online_players[tname].players) do
minetest.chat_send_player(username,
minetest.colorize(tcolor, "<" .. name .. "> ** " .. param .. " **"))
minetest.colorize(tcolor, "[TEAM] <" .. name .. "> " .. param ))
end
else
minetest.chat_send_player(name,
Expand Down

0 comments on commit d99e46e

Please sign in to comment.