1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 18:24:05 +02:00

plain text in state output

This commit is contained in:
Robin Appelman 2021-07-20 23:16:39 +02:00
commit cce8632e8a

View file

@ -30,7 +30,7 @@ impl ChatMassage {
ChatMassage {
kind: message.kind,
from: message.from.clone().unwrap_or_default(),
text: message.text.clone(),
text: message.plain_text(),
tick,
}
}