diff --git a/common/src/comp/poise.rs b/common/src/comp/poise.rs index 78bf5ea9e2..09556c59d0 100644 --- a/common/src/comp/poise.rs +++ b/common/src/comp/poise.rs @@ -54,11 +54,9 @@ pub struct Poise { /// Rate of poise regeneration per tick. Starts at zero and accelerates. pub regen_rate: f32, /// Time that entity was last in a poise state - pub last_stun_time: Option