mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'xvar/fix-stdin-commands' into 'master'
Fixed server-cli command parsing failure on Windows See merge request veloren/veloren!2814
This commit is contained in:
commit
ce0a7852bf
@ -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