summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gui.py b/gui.py
index cf0710d..4975031 100644
--- a/gui.py
+++ b/gui.py
@@ -247,9 +247,6 @@ def draw_frame():
elif not input and not bot_input:
input = True
bot_input = False
- elif input and not bot_input:
- input = True
- bot_input = True
else:
input = False
bot_input = True