mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed server-cli command parsing failure on Windows
This commit is contained in:
parent
b4697555d2
commit
d256d09d28
@ -100,7 +100,7 @@ impl Tui {
|
||||
},
|
||||
Ok(_) => {
|
||||
debug!(?line, "basic mode: command entered");
|
||||
crate::cli::parse_command(&line, &mut msg_s);
|
||||
crate::cli::parse_command(line.trim(), &mut msg_s);
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user