Remove unused arg from ctf_colors.get_color and ctf_colors.get_irc_color
This commit is contained in:
parent
a3989a6807
commit
ed5239cb56
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ local bountied_player = nil
|
|||
local bounty_score = 0
|
||||
|
||||
local function announce(name)
|
||||
local _, tcolor = ctf_colors.get_color(bountied_player, ctf.player(bountied_player))
|
||||
local _, tcolor = ctf_colors.get_color(ctf.player(bountied_player))
|
||||
tcolor = tcolor:gsub("0x", "#")
|
||||
minetest.chat_send_player(name,
|
||||
minetest.colorize("#fff326", "The next person to kill ") ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue