From d53329851ad788971cf3dcbb4e4478f5a118bd07 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 4 Sep 2019 18:55:32 +0200 Subject: [PATCH] If the event was started externally, return --- royalnet/commands/royalgames/mm.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/royalnet/commands/royalgames/mm.py b/royalnet/commands/royalgames/mm.py index a3a3c6e6..0621e628 100644 --- a/royalnet/commands/royalgames/mm.py +++ b/royalnet/commands/royalgames/mm.py @@ -252,6 +252,9 @@ class MmCommand(Command): # Wait await asyncio.sleep(300) + if mmevent.state == "STARTED": + return + # Advance cycle for mmresponse in mmevent.responses: if mmresponse.response is None: