This commit is contained in:
2024-03-31 00:27:56 +09:00
parent fd33a989fa
commit 5ecfe74825

@ -323,7 +323,7 @@ pub fn c_bot(c: &Context) {
let dd = "\n".to_owned() + &d.to_string(); let dd = "\n".to_owned() + &d.to_string();
let text_limit = c_char(dd); let text_limit = c_char(dd);
handlev = d.lines().collect::<Vec<_>>()[0].to_string(); handlev = d.lines().collect::<Vec<_>>()[0].to_string();
if d.lines().collect::<Vec<_>>().len() >= 1 { if d.lines().collect::<Vec<_>>().len() != 0 {
ten_p = d.lines().collect::<Vec<_>>()[1]; ten_p = d.lines().collect::<Vec<_>>()[1];
} }
if ten_p != "true" { if ten_p != "true" {