mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fixed chat-cli
This commit is contained in:
parent
66e254db7f
commit
3a9bbc4927
@ -48,9 +48,7 @@ fn main() {
|
||||
|
||||
println!("Players online: {:?}", client.get_players());
|
||||
|
||||
client
|
||||
.register(comp::Player::new(username, None), password)
|
||||
.unwrap();
|
||||
client.register(comp::Player::new(username, None), password);
|
||||
|
||||
let (tx, rx) = mpsc::channel();
|
||||
thread::spawn(move || loop {
|
||||
|
Loading…
Reference in New Issue
Block a user