aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/boon.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/boon.rs')
-rw-r--r--src/statistics/boon.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/statistics/boon.rs b/src/statistics/boon.rs
index 6378d50..425f4a5 100644
--- a/src/statistics/boon.rs
+++ b/src/statistics/boon.rs
@@ -116,7 +116,8 @@ impl BoonQueue {
}
BoonType::Intensity => {
- self.queue = self.queue
+ self.queue = self
+ .queue
.iter()
.cloned()
.filter(|v| *v > duration)