Switched over the last std hashset.

This commit is contained in:
Acrimon 2019-08-11 22:39:41 +02:00
parent b4a46f3e6e
commit 4f3b49ef8b

View File

@ -25,11 +25,11 @@ use common::{
vol::Vox,
vol::{ReadVol, VolSize},
};
use hashbrown::HashSet;
use log::debug;
use rand::Rng;
use specs::{join::Join, world::EntityBuilder as EcsEntityBuilder, Builder, Entity as EcsEntity};
use std::{
collections::HashSet,
i32,
net::SocketAddr,
sync::{mpsc, Arc},