Changed the green inline colour's symbol to backwards apostrophe.
This commit is contained in:
parent
958643505b
commit
68f6d5e27a
@ -1240,7 +1240,7 @@ void Courtroom::append_ic_text(QString p_text, QString p_name)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (f_character == "$" and !ic_next_is_not_special)
|
else if (f_character == "`" and !ic_next_is_not_special)
|
||||||
{
|
{
|
||||||
if (!ic_colour_stack.empty())
|
if (!ic_colour_stack.empty())
|
||||||
{
|
{
|
||||||
@ -1461,7 +1461,7 @@ void Courtroom::chat_tick()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (f_character == "$" and !next_character_is_not_special)
|
else if (f_character == "`" and !next_character_is_not_special)
|
||||||
{
|
{
|
||||||
if (!inline_colour_stack.empty())
|
if (!inline_colour_stack.empty())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user