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: