mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed rebase
This commit is contained in:
parent
eec0ba18a9
commit
e86d2ab46a
@ -250,6 +250,7 @@ const SUPPORTED_TOOLKINDS: [ToolKind; 6] = [
|
||||
type PrimaryComponentPool = HashMap<(ToolKind, String), Vec<(Arc<ItemDef>, Option<Hands>)>>;
|
||||
type SecondaryComponentPool = HashMap<ToolKind, Vec<(Arc<ItemDef>, Option<Hands>)>>;
|
||||
|
||||
// TODO: Fix this. It broke when changes were made to component recipes
|
||||
lazy_static! {
|
||||
static ref PRIMARY_COMPONENT_POOL: PrimaryComponentPool = {
|
||||
let mut component_pool = HashMap::new();
|
||||
|
Loading…
Reference in New Issue
Block a user