From 8ad11d5114bab53c57323081ea0a042c60667926 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Tue, 18 Aug 2015 00:36:17 +0200 Subject: skip "both user and bot can control" mode --- gui.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'gui.py') 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 -- cgit v1.2.1