aboutsummaryrefslogtreecommitdiff
path: root/server/bot
diff options
context:
space:
mode:
Diffstat (limited to 'server/bot')
-rw-r--r--server/bot/src/algos/simple.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/bot/src/algos/simple.rs b/server/bot/src/algos/simple.rs
index f0889976..73099830 100644
--- a/server/bot/src/algos/simple.rs
+++ b/server/bot/src/algos/simple.rs
@@ -330,7 +330,6 @@ impl Context<'_, Simple> {
debug!("waiting for passive to finish at {pos}");
self.state.cooldown(0.5);
return Err(()); // waiting for it to finish
- // TODO check progress
} else {
self.assert_tile_is_clear(pos)?;
}