summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-08-18 18:02:47 +0200
committerFlorian Jung <flo@windfisch.org>2015-08-18 18:02:47 +0200
commit7c2dce0c669fdf695c4b1a637f9d46232154d9b9 (patch)
tree04f593858fc1b4166ff4ea3793f0b69f500e7cd3
parent57609975e0ea98c7152859ffd4c965c0879608ad (diff)
fix breakage
-rw-r--r--strategy.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/strategy.py b/strategy.py
index 233541b..0d2d8f0 100644
--- a/strategy.py
+++ b/strategy.py
@@ -190,6 +190,4 @@ class Strategy:
# more debugging
gui.draw_line(self.c.player.center, self.target, self.color)
- gui.draw_text(self.target, str(round(zipped[0][1], 2)), (0,0,0), draw_centered = True)
-
return self.target