correct some coloring

master
Juraj Vajda 2018-01-13 12:21:41 -05:00
parent f4b0eba658
commit 8284a32841
1 changed files with 3 additions and 5 deletions

View File

@ -214,13 +214,11 @@ function chat3.send(name, msg, prefix, source)
})
end
end
elseif name == rname then
-- if same player, set to white (not for shouting)
colour = "#ffffff"
end
-- if same player, set to white
-- if name == rname then
-- colour = "#ffffff"
-- end
-- Send message
local send = chat3.colorize(rname, colour, "<"..name.."> "..msg)
-- if prefix then