Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #3225, labels back to default white.
  • Loading branch information
sprunk committed Oct 4, 2018
1 parent 0990ea7 commit 78c1440
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion LuaUI/Widgets/gui_chili_proconsole_test.lua
Expand Up @@ -81,10 +81,14 @@ local MESSAGE_RULES = {
label = {
name = "Labels",
output = {
{
name = "Show label text in white",
format = '#p$playername#e added label: $argument',
default = true
},
{
name = "Show label text in 'ally' color",
format = '#p$playername#e added label: #a$argument',
default = true
},
{
name = "Show label text in the player's color",
Expand Down

0 comments on commit 78c1440

Please sign in to comment.