diff options
Diffstat (limited to 'strategy.py')
-rw-r--r-- | strategy.py | 2 |
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 |