fix chat logic

This commit is contained in:
yuni 2024-04-04 18:53:52 +02:00
parent ea6243ec12
commit 016b948967

View file

@ -445,8 +445,8 @@ fn update(
for _padding in 0..(4-count) { for _padding in 0..(4-count) {
choices.push(" ".to_string()); choices.push(" ".to_string());
} }
chat.sections[2].value = choices.join("\n");
} }
chat.sections[2].value = choices.join("\n");
// Chat Log and System Log // Chat Log and System Log
let logfilter = if settings.hud_active { let logfilter = if settings.hud_active {