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:
@ -100,7 +100,7 @@ impl Tui {
|
|||||||
},
|
},
|
||||||
Ok(_) => {
|
Ok(_) => {
|
||||||
debug!(?line, "basic mode: command entered");
|
debug!(?line, "basic mode: command entered");
|
||||||
crate::cli::parse_command(&line, &mut msg_s);
|
crate::cli::parse_command(line.trim(), &mut msg_s);
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user