Updated to work on latest master.

This commit is contained in:
Acrimon 2019-10-04 16:25:47 +02:00
parent e8340d88af
commit 6d6c020eab

View File

@ -26,6 +26,7 @@ use common::{
state::{BlockChange, State, TimeOfDay, Uid},
terrain::{block::Block, TerrainChunk, TerrainChunkSize, TerrainGrid},
vol::{ReadVol, RectVolSize, Vox},
msg::{validate_chat_msg, MAX_BYTES_CHAT_MSG, ChatMsgValidationError},
};
use crossbeam::channel;
use hashbrown::{hash_map::Entry, HashMap};