From 3f732efbcd7b2fb9bc6e595aee6347195bb1b143 Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Sat, 13 Feb 2021 20:31:19 +0100 Subject: Whitelist coop all bosses when rejecting spam --- cogs/src.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs') diff --git a/cogs/src.py b/cogs/src.py index 82ad323..8419efb 100755 --- a/cogs/src.py +++ b/cogs/src.py @@ -204,7 +204,7 @@ async def pendingRuns(self, ctx): # Reject run if it's a clear fake (less than 30 second full game run, but not Kill Elder Guardian) elif ( run._type == "Full Game Run" - and run.category != "Kill Bosses Glitchless" + and "Kill Bosses Glitchless" not in run.category and run.duration.seconds <= 60 ): runs_to_reject.append( -- cgit v1.2.3