fix chat logic
This commit is contained in:
parent
ea6243ec12
commit
016b948967
|
@ -445,8 +445,8 @@ fn update(
|
|||
for _padding in 0..(4-count) {
|
||||
choices.push(" ".to_string());
|
||||
}
|
||||
chat.sections[2].value = choices.join("\n");
|
||||
}
|
||||
chat.sections[2].value = choices.join("\n");
|
||||
|
||||
// Chat Log and System Log
|
||||
let logfilter = if settings.hud_active {
|
||||
|
|
Loading…
Reference in a new issue