fixed a bug with single word strings and multiple choice blocks side by side
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ pub fn modify_data
|
||||
choices: Vec<String>,
|
||||
)
|
||||
{
|
||||
let mut data = data_to_send.lock().unwrap_or_exit("Data to send Mutex was poisoned",2); // TODO eh?
|
||||
let mut data = data_to_send.lock().unwrap_or_exit("Data to send Mutex was poisoned",2);
|
||||
data.id += 1;
|
||||
data.action_type = action_type;
|
||||
data.content = content;
|
||||
|
||||
Reference in New Issue
Block a user