summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-08-18 00:36:17 +0200
committerFlorian Jung <flo@windfisch.org>2015-08-18 00:36:17 +0200
commit8ad11d5114bab53c57323081ea0a042c60667926 (patch)
treeed7eea25022c1566f68976bcfa95fcd4403e8206
parent3f82941e685ce8c8b17f22a7c8b7b926e27b830f (diff)
skip "both user and bot can control" 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