ran cargo fmt

This commit is contained in:
telastrus
2019-08-08 12:05:38 -04:00
parent 58e8bd4af9
commit 35a3f67e19
4 changed files with 17 additions and 9 deletions

View File

@ -26,7 +26,7 @@ use log::debug;
use rand::Rng;
use specs::{join::Join, world::EntityBuilder as EcsEntityBuilder, Builder, Entity as EcsEntity};
use std::{
collections::{HashSet, HashMap},
collections::{HashMap, HashSet},
i32,
net::SocketAddr,
sync::{mpsc, Arc},
@ -535,7 +535,6 @@ impl Server {
break;
}
} else {
player.alias, password);
accounts.insert(player.alias.clone(), password);
}
match client.client_state {