From 17dd5a22aa0023e791b06efdda1a859ccbdbd5ba Mon Sep 17 00:00:00 2001 From: James Melkonian Date: Fri, 19 Feb 2021 18:40:16 -0800 Subject: [PATCH] Fix fleeing and combat a little --- common/src/comp/agent.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/common/src/comp/agent.rs b/common/src/comp/agent.rs index 410df0800b..4cd6e72bee 100644 --- a/common/src/comp/agent.rs +++ b/common/src/comp/agent.rs @@ -180,7 +180,6 @@ pub enum AgentEvent { pub struct Target { pub target: EcsEntity, pub hostile: bool, - pub been_close: bool, } #[derive(Clone, Debug, Default)]