From f0c97214b86531da2f95d1711e1203a3bf6cae01 Mon Sep 17 00:00:00 2001 From: qewc <42550681+qewc@users.noreply.github.com> Date: Mon, 24 Dec 2018 07:38:11 +0000 Subject: [PATCH] huh --- ripple/scoreUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ripple/scoreUtils.py b/ripple/scoreUtils.py index 4061d3f..3e2645c 100644 --- a/ripple/scoreUtils.py +++ b/ripple/scoreUtils.py @@ -9,7 +9,7 @@ def isRankable(m): :return: True if there are no unranked mods in `m`, else False """ # TODO: Check other modes unranked mods ...? - return not ((m & mods.RELAX2 > 0) or (m & mods.AUTOPLAY > 0) or (m & mods.SCOREV2 > 0)) + return not ((m & mods.AUTOPLAY > 0) or (m & mods.SCOREV2 > 0)) def readableGameMode(gameMode): """