From 52d99b16534631e293a23ddbc18c4ea70b71392f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 11 Aug 2024 13:35:15 +0200 Subject: add recipes back to protocol --- server/src/entity/customers/demands.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'server/src/entity/customers') diff --git a/server/src/entity/customers/demands.rs b/server/src/entity/customers/demands.rs index 33557b50..176ca232 100644 --- a/server/src/entity/customers/demands.rs +++ b/server/src/entity/customers/demands.rs @@ -16,8 +16,7 @@ */ use super::Demand; -use crate::interaction::Recipe; -use hurrycurry_protocol::{ItemIndex, TileIndex}; +use hurrycurry_protocol::{ItemIndex, Recipe, TileIndex}; use std::collections::{HashMap, HashSet}; pub fn generate_demands( -- cgit v1.2.3-70-g09d2