1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

If the event was started externally, return

This commit is contained in:
Steffo 2019-09-04 18:55:32 +02:00
parent 973ee1f802
commit d53329851a

View file

@ -252,6 +252,9 @@ class MmCommand(Command):
# Wait # Wait
await asyncio.sleep(300) await asyncio.sleep(300)
if mmevent.state == "STARTED":
return
# Advance cycle # Advance cycle
for mmresponse in mmevent.responses: for mmresponse in mmevent.responses:
if mmresponse.response is None: if mmresponse.response is None: