From 554c88a7eaacf543a8ea7bc060d41e7bdac98c73 Mon Sep 17 00:00:00 2001 From: christian Date: Sun, 17 Oct 2021 19:11:39 +0200 Subject: [PATCH] readded actually needed check --- AutismBotIngame/python/ingamefollowct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutismBotIngame/python/ingamefollowct.py b/AutismBotIngame/python/ingamefollowct.py index c77728fb..cd6c77b4 100644 --- a/AutismBotIngame/python/ingamefollowct.py +++ b/AutismBotIngame/python/ingamefollowct.py @@ -207,7 +207,7 @@ if __name__ == '__main__': launch_css_process() connected_to_other = False connection_issue_counter = -10 - if not connected_to_other: + if not connected_to_other or "ze" in data: connection_issue_counter += 1 print('connection_issue_counter: ', connection_issue_counter) bot_connect(data, connected_to_other)